Html Css Color HEX #214690 Fun Blue

📋 copy color: '#214690'

red 33 ◦ green 70 ◦ blue 144

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

Shades of Fun Blue #214690

Tints of Fun Blue #214690

RGB

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

 GREEN value IS 70 (27.73% from 255) = 28.34%

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

R = 13.36%
G = 28.34%
B = 58.3%

CMYK

 C value IS 0.77

 M value IS 0.51

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#214690 (or 0x214690) is known color: Fun Blue. HEX triplet: 21, 46 and 90. RGB value is (33,70,144). Sum of RGB (Red+Green+Blue) = 33+70+144=247 (32% of max value = 765). Red value is 33 (13.28% from 255 or 13.36% from 247); Green value is 70 (27.73% from 255 or 28.34% from 247); Blue value is 144 (56.64% from 255 or 58.30% from 247); Max value from RGB is 144 - color contains mainly: blue. Hex color #214690 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #214690 is #DEB96F. Grayscale: #434343. Windows color (decimal): -14596464 or 9455137. OLE color: 9455137.

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

Color convert

RGB 33 70 144 -
CMYK 0.77 0.51 0 0.44
HSL 220º 0.63% 0.35% -
HSV(B) 220º 0.77% 0.56% -
XYZ 7.85 6.72 27.27 -
YUV 67.37 171.24 103.48 -
System Red Green Blue C M Y K H S L
Decimal 33 70 144 0.77 0.51 0 0.44 220 0.63 0.35
Hex 21 46 90 4D 33 0 2C DC 3F 23
Octal 41 106 220 115 63 0 54 334 77 43
Binary 100001 1000110 10010000 1001101 110011 0 101100 11011100 111111 100011

Color Harmonies of #214690

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #214690

Black with #214690

Text Example


Text Example

White with #214690

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #214690; }

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

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

background-color css

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

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

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

border-color css

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

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

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