Html Css Color HEX #214490 Fun Blue

📋 copy color: '#214490'

red 33 ◦ green 68 ◦ blue 144

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

Shades of Fun Blue #214490

Tints of Fun Blue #214490

RGB

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

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

 BLUE value IS 144 (56.64% from 255) = 58.78%

R = 13.47%
G = 27.76%
B = 58.78%

CMYK

 C value IS 0.77

 M value IS 0.53

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#214490 (or 0x214490) is known color: Fun Blue. HEX triplet: 21, 44 and 90. RGB value is (33,68,144). Sum of RGB (Red+Green+Blue) = 33+68+144=245 (32% of max value = 765). Red value is 33 (13.28% from 255 or 13.47% from 245); Green value is 68 (26.95% from 255 or 27.76% from 245); Blue value is 144 (56.64% from 255 or 58.78% from 245); Max value from RGB is 144 - color contains mainly: blue. Hex color #214490 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #214490 is #DEBB6F. Grayscale: #414141. Windows color (decimal): -14596976 or 9454625. OLE color: 9454625.

HSL color Cylindrical-coordinate representation of color #214490: hue angle of 221.08º degrees, saturation: 0.63, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #214490 is Cyan = 0.77, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 33 68 144 -
CMYK 0.77 0.53 0 0.44
HSL 221.08º 0.63% 0.35% -
HSV(B) 221.08º 0.77% 0.56% -
XYZ 7.73 6.47 27.23 -
YUV 66.2 171.9 104.32 -
System Red Green Blue C M Y K H S L
Decimal 33 68 144 0.77 0.53 0 0.44 221.08 0.63 0.35
Hex 21 44 90 4D 35 0 2C DD 3F 23
Octal 41 104 220 115 65 0 54 335 77 43
Binary 100001 1000100 10010000 1001101 110101 0 101100 11011101 111111 100011

Color Harmonies of #214490

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #214490

Black with #214490

Text Example


Text Example

White with #214490

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #214490; }

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

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

background-color css

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

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

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

border-color css

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

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

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