Html Css Color HEX #214479 Fun Blue

📋 copy color: '#214479'

red 33 ◦ green 68 ◦ blue 121

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

Shades of Fun Blue #214479

Tints of Fun Blue #214479

RGB

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

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

 BLUE value IS 121 (47.66% from 255) = 54.5%

R = 14.86%
G = 30.63%
B = 54.5%

CMYK

 C value IS 0.73

 M value IS 0.44

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#214479 (or 0x214479) is known color: Fun Blue. HEX triplet: 21, 44 and 79. RGB value is (33,68,121). Sum of RGB (Red+Green+Blue) = 33+68+121=222 (29% of max value = 765). Red value is 33 (13.28% from 255 or 14.86% from 222); Green value is 68 (26.95% from 255 or 30.63% from 222); Blue value is 121 (47.66% from 255 or 54.50% from 222); Max value from RGB is 121 - color contains mainly: blue. Hex color #214479 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #214479 is #DEBB86. Grayscale: #3F3F3F. Windows color (decimal): -14596999 or 7947297. OLE color: 7947297.

HSL color Cylindrical-coordinate representation of color #214479: hue angle of 216.14º degrees, saturation: 0.57, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #214479 is Cyan = 0.73, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB 33 68 121 -
CMYK 0.73 0.44 0 0.53
HSL 216.14º 0.57% 0.3% -
HSV(B) 216.14º 0.73% 0.47% -
XYZ 6.15 5.84 18.89 -
YUV 63.58 160.4 106.19 -
System Red Green Blue C M Y K H S L
Decimal 33 68 121 0.73 0.44 0 0.53 216.14 0.57 0.3
Hex 21 44 79 49 2C 0 35 D8 39 1E
Octal 41 104 171 111 54 0 65 330 71 36
Binary 100001 1000100 1111001 1001001 101100 0 110101 11011000 111001 11110

Color Harmonies of #214479

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #214479

Black with #214479

Text Example


Text Example

White with #214479

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #214479; }

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

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

background-color css

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

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

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

border-color css

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

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

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