COLOR #34B4F1

HEX: #34B4F1
RGB: (52,180,241)

Color info

#34B4F1 contains mainly blue color. Web safe color of #34B4F1 is #33CCFF (or #3CF).

RGB color model

#34B4F1 color RGB value is (52,180,241).

  • red value is 52;
  • green value is 180;
  • blue value is 241.
RGB:
(52,180,241)
(20%,71%,95%)

RGB channels and saturation

R 52 of 255 = 20%
G 180 of 255 = 71%
B 241 of 255 = 95%

52
180
241

R + G + B ~ 62%. #34B4F1 is quite light color.

Portions of RGB colors in percentages

R + G + B =
52 + 180 + 241 = 473 (100%)
R 52 of 473 ~ 10.99%
G 180 of 473 ~ 38.05%
B 241 of 473 ~ 50.95%

%10.99
%38.05
%50.95

CMYK color model

#34B4F1 color CMYK value is (78,25,0,5).

  • cyan value is 78.42%
  • magenta value is 25.31%
  • yellow value is 0.00%
  • key color value is 5.49%
CMYK:
(78,25,0,5)
C78M25Y0K5 
(78%,25%,0%,5%)
(0.78/0.25/0.00/0.05)	

CMYK percentages

%78.42
%25.31
%0
%5.49

Codes

Color #34B4F1 in popluar color models

34B4F1
RGB52180241
HSL199°87.10%57.45%
HSB/HSV199°78.42%94.51%
CMYK78.42%25.31%0.00%
5.49%

Color #34B4F1 in popluar number systems.

HEX34B4F1
Decimal52180241
Binary1101001011010011110001
Octal64264361

Shades and tints

Shades of #34B4F1

#34B4F1
(52,180,241)
#30A4DC
(48,164,220)
#2C94C7
(44,148,199)
#2884B2
(40,132,178)
#24749D
(36,116,157)
#206488
(32,100,136)
#1C5473
(28,84,115)
#18445E
(24,68,94)
#143449
(20,52,73)
#102434
(16,36,52)
#0C141F
(12,20,31)
#000000
(0,0,0)

Tints of #34B4F1

#34B4F1
(52,180,241)
#46BAF2
(70,186,242)
#58C0F3
(88,192,243)
#6AC6F4
(106,198,244)
#7CCCF5
(124,204,245)
#8ED2F6
(142,210,246)
#A0D8F7
(160,216,247)
#B2DEF8
(178,222,248)
#C4E4F9
(196,228,249)
#D6EAFA
(214,234,250)
#E8F0FB
(232,240,251)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #34B4F1 color. Also use rgb(52,180,241) instead hex code.

Text Font Color

.myTextColor { color: #34B4F1; }

<p style="color:#34B4F1">This sample text font color is #34B4F1.</p>

This text font color is #34B4F1.


Background Color

.myBgColor { background-color: #34B4F1; }

<div style="background-color:#34B4F1">Inner text</div>

This div background color is #34B4F1.


Border color

.myBorderColor { border: 1px solid #34B4F1; }

<div style="border:3px solid #34B4F1">Div</div>

This div border color is #34B4F1.


Opacity

.myOpacity80 { color: #34B4F1; opacity: 0.8; }

<p style="color:#34B4F1;opacity:0.8;">80%</p>

Text with #34B4F1 color and opacity 100% | 80% | 50% | 30%.

Background with opacity value 100%.

Background with opacity value 80%.

Background with opacity value 50%.

Background with opacity value 30%.

Text shadow color

.textShadow {text-shadow: 3px 3px 1px #34B4F1;}

<p style="text-shadow: 3px 3px 1px #34B4F1">Text here.</p>

This text has shadow with #34B4F1 color.

.textShadow {text-shadow: 3px 3px 1px #34B4F1, 3px 3px 1px red;}

<p style="text-shadow: 3px 3px 1px #34B4F1, 5px 5px 20px red">Text here.</p>

This text has shadow with #34B4F1 primary color and red secondary color.


Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#34B4F1, Direction=45, Strength=4)}

<p style="filter: Shadow(Color=#34B4F1, Direction=45, Strength=4)">Text</p>

This text has shadow with #34B4F1 and red colors in old Internet Explorer.


Div box shadow color

/* css code */
.divShadow
{
  -moz-box-shadow:	1px 1px 3px 2px #34B4F1;
  -webkit-box-shadow:	1px 1px 3px 2px #34B4F1;
  box-shadow:		1px 1px 3px 2px #34B4F1;
}

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #34B4F1;
-webkit-box-shadow: 1px 1px 3px 2px #34B4F1;
box-shadow:1px 1px 3px 2px #34B4F1;">
Div content here</div>
This div box has shadow with color #34B4F1.

Preview

Color preview on black background

This text has color #34B4F1 on black background.


Color preview on white background

This text has color #34B4F1 on white background.



Black color preview on #34B4F1 background

This text has black color on #34B4F1 background.


White color preview on #34B4F1 background

This text has white color on #34B4F1 background.