Html Css Color HEX #214288 Fun Blue

📋 copy color: '#214288'

red 33 ◦ green 66 ◦ blue 136

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

Shades of Fun Blue #214288

Tints of Fun Blue #214288

RGB

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

 GREEN value IS 66 (26.17% from 255) = 28.09%

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

R = 14.04%
G = 28.09%
B = 57.87%

CMYK

 C value IS 0.76

 M value IS 0.51

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#214288 (or 0x214288) is known color: Fun Blue. HEX triplet: 21, 42 and 88. RGB value is (33,66,136). Sum of RGB (Red+Green+Blue) = 33+66+136=235 (31% of max value = 765). Red value is 33 (13.28% from 255 or 14.04% from 235); Green value is 66 (26.17% from 255 or 28.09% from 235); Blue value is 136 (53.52% from 255 or 57.87% from 235); Max value from RGB is 136 - color contains mainly: blue. Hex color #214288 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #214288 is #DEBD77. Grayscale: #3F3F3F. Windows color (decimal): -14597496 or 8929825. OLE color: 8929825.

HSL color Cylindrical-coordinate representation of color #214288: hue angle of 220.78º 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 #214288 is Cyan = 0.76, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB 33 66 136 -
CMYK 0.76 0.51 0 0.47
HSL 220.78º 0.61% 0.33% -
HSV(B) 220.78º 0.76% 0.53% -
XYZ 7.02 6 24.08 -
YUV 64.11 168.57 105.81 -
System Red Green Blue C M Y K H S L
Decimal 33 66 136 0.76 0.51 0 0.47 220.78 0.61 0.33
Hex 21 42 88 4C 33 0 2F DD 3D 21
Octal 41 102 210 114 63 0 57 335 75 41
Binary 100001 1000010 10001000 1001100 110011 0 101111 11011101 111101 100001

Color Harmonies of #214288

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #214288

Black with #214288

Text Example


Text Example

White with #214288

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #214288; }

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

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

background-color css

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

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

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

border-color css

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

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

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