Html Css Color HEX #214476 Fun Blue

📋 copy color: '#214476'

red 33 ◦ green 68 ◦ blue 118

#214476
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Fun Blue #214476

Tints of Fun Blue #214476

RGB

 RED value IS 33 (13.28% from 255) = 15.07%

 GREEN value IS 68 (26.95% from 255) = 31.05%

 BLUE value IS 118 (46.48% from 255) = 53.88%

R = 15.07%
G = 31.05%
B = 53.88%

CMYK

 C value IS 0.72

 M value IS 0.42

 Y value IS 0

 K value IS 0.54

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#214476 (or 0x214476) is known color: Fun Blue. HEX triplet: 21, 44 and 76. RGB value is (33,68,118). Sum of RGB (Red+Green+Blue) = 33+68+118=219 (29% of max value = 765). Red value is 33 (13.28% from 255 or 15.07% from 219); Green value is 68 (26.95% from 255 or 31.05% from 219); Blue value is 118 (46.48% from 255 or 53.88% from 219); Max value from RGB is 118 - color contains mainly: blue. Hex color #214476 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #214476 is #DEBB89. Grayscale: #3F3F3F. Windows color (decimal): -14597002 or 7750689. OLE color: 7750689.

HSL color Cylindrical-coordinate representation of color #214476: hue angle of 215.29º degrees, saturation: 0.56, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #214476 is Cyan = 0.72, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB 33 68 118 -
CMYK 0.72 0.42 0 0.54
HSL 215.29º 0.56% 0.3% -
HSV(B) 215.29º 0.72% 0.46% -
XYZ 5.96 5.77 17.94 -
YUV 63.24 158.9 106.43 -
System Red Green Blue C M Y K H S L
Decimal 33 68 118 0.72 0.42 0 0.54 215.29 0.56 0.3
Hex 21 44 76 48 2A 0 36 D7 38 1E
Octal 41 104 166 110 52 0 66 327 70 36
Binary 100001 1000100 1110110 1001000 101010 0 110110 11010111 111000 11110

Color Harmonies of #214476

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #214476

Black with #214476

Text Example


Text Example

White with #214476

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #214476; }

 p { color: rgb(33,68,118); }

 H1.HeaderClassName
 {
   color: #214476;
 }
 .AnyTagClassName
 {
   color: #214476;
 }
</style>

background-color css

<style>
 a { background-color: #214476; }

 a { background-color: rgb(33,68,118); }

 div.DivClassName
 {
   background-color: #214476;
 }
 .BgClassName
 {
   background-color: #214476;
 }
</style>

border-color css

<style>
 span { border-color: #214476; }

 span { border-color: rgb(33,68,118); }

 td.TdClassName
 {
   border-color: #214476;
 }
 .TagClassName
 {
   border-color: #214476;
 }
</style>