Html Css Color HEX #214692 Fun Blue

📋 copy color: '#214692'

red 33 ◦ green 70 ◦ blue 146

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

Shades of Fun Blue #214692

Tints of Fun Blue #214692

RGB

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

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

 BLUE value IS 146 (57.42% from 255) = 58.63%

R = 13.25%
G = 28.11%
B = 58.63%

CMYK

 C value IS 0.77

 M value IS 0.52

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#214692 (or 0x214692) is known color: Fun Blue. HEX triplet: 21, 46 and 92. RGB value is (33,70,146). Sum of RGB (Red+Green+Blue) = 33+70+146=249 (32% of max value = 765). Red value is 33 (13.28% from 255 or 13.25% from 249); Green value is 70 (27.73% from 255 or 28.11% from 249); Blue value is 146 (57.42% from 255 or 58.63% from 249); Max value from RGB is 146 - color contains mainly: blue. Hex color #214692 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #214692 is #DEB96D. Grayscale: #434343. Windows color (decimal): -14596462 or 9586209. OLE color: 9586209.

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

Color convert

RGB 33 70 146 -
CMYK 0.77 0.52 0 0.43
HSL 220.35º 0.63% 0.35% -
HSV(B) 220.35º 0.77% 0.57% -
XYZ 8.01 6.78 28.08 -
YUV 67.6 172.24 103.32 -
System Red Green Blue C M Y K H S L
Decimal 33 70 146 0.77 0.52 0 0.43 220.35 0.63 0.35
Hex 21 46 92 4D 34 0 2B DC 3F 23
Octal 41 106 222 115 64 0 53 334 77 43
Binary 100001 1000110 10010010 1001101 110100 0 101011 11011100 111111 100011

Color Harmonies of #214692

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #214692

Black with #214692

Text Example


Text Example

White with #214692

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #214692; }

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

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

background-color css

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

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

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

border-color css

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

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

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