Html Css Color HEX #214988 Fun Blue

📋 copy color: '#214988'

red 33 ◦ green 73 ◦ blue 136

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

Shades of Fun Blue #214988

Tints of Fun Blue #214988

RGB

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

 GREEN value IS 73 (28.91% from 255) = 30.17%

 BLUE value IS 136 (53.52% from 255) = 56.2%

R = 13.64%
G = 30.17%
B = 56.2%

CMYK

 C value IS 0.76

 M value IS 0.46

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#214988 (or 0x214988) is known color: Fun Blue. HEX triplet: 21, 49 and 88. RGB value is (33,73,136). Sum of RGB (Red+Green+Blue) = 33+73+136=242 (32% of max value = 765). Red value is 33 (13.28% from 255 or 13.64% from 242); Green value is 73 (28.91% from 255 or 30.17% from 242); Blue value is 136 (53.52% from 255 or 56.20% from 242); Max value from RGB is 136 - color contains mainly: blue. Hex color #214988 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #214988 is #DEB677. Grayscale: #434343. Windows color (decimal): -14595704 or 8931617. OLE color: 8931617.

HSL color Cylindrical-coordinate representation of color #214988: hue angle of 216.7º degrees, saturation: 0.61, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #214988 is Cyan = 0.76, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB 33 73 136 -
CMYK 0.76 0.46 0 0.47
HSL 216.7º 0.61% 0.33% -
HSV(B) 216.7º 0.76% 0.53% -
XYZ 7.45 6.87 24.22 -
YUV 68.22 166.25 102.88 -
System Red Green Blue C M Y K H S L
Decimal 33 73 136 0.76 0.46 0 0.47 216.7 0.61 0.33
Hex 21 49 88 4C 2E 0 2F D9 3D 21
Octal 41 111 210 114 56 0 57 331 75 41
Binary 100001 1001001 10001000 1001100 101110 0 101111 11011001 111101 100001

Color Harmonies of #214988

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #214988

Black with #214988

Text Example


Text Example

White with #214988

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #214988; }

 p { color: rgb(33,73,136); }

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

background-color css

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

 a { background-color: rgb(33,73,136); }

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

border-color css

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

 span { border-color: rgb(33,73,136); }

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