Html Css Color HEX #214488 Fun Blue

📋 copy color: '#214488'

red 33 ◦ green 68 ◦ blue 136

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

Shades of Fun Blue #214488

Tints of Fun Blue #214488

RGB

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

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

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

R = 13.92%
G = 28.69%
B = 57.38%

CMYK

 C value IS 0.76

 M value IS 0.50

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#214488 (or 0x214488) is known color: Fun Blue. HEX triplet: 21, 44 and 88. RGB value is (33,68,136). Sum of RGB (Red+Green+Blue) = 33+68+136=237 (31% of max value = 765). Red value is 33 (13.28% from 255 or 13.92% from 237); Green value is 68 (26.95% from 255 or 28.69% from 237); Blue value is 136 (53.52% from 255 or 57.38% from 237); Max value from RGB is 136 - color contains mainly: blue. Hex color #214488 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #214488 is #DEBB77. Grayscale: #404040. Windows color (decimal): -14596984 or 8930337. OLE color: 8930337.

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

Color convert

RGB 33 68 136 -
CMYK 0.76 0.50 0 0.47
HSL 219.61º 0.61% 0.33% -
HSV(B) 219.61º 0.76% 0.53% -
XYZ 7.14 6.24 24.12 -
YUV 65.29 167.9 104.97 -
System Red Green Blue C M Y K H S L
Decimal 33 68 136 0.76 0.50 0 0.47 219.61 0.61 0.33
Hex 21 44 88 4C 32 0 2F DC 3D 21
Octal 41 104 210 114 62 0 57 334 75 41
Binary 100001 1000100 10001000 1001100 110010 0 101111 11011100 111101 100001

Color Harmonies of #214488

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #214488

Black with #214488

Text Example


Text Example

White with #214488

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #214488; }

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

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

background-color css

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

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

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

border-color css

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

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

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