Html Css Color HEX #214456 Astronaut Blue

📋 copy color: '#214456'

red 33 ◦ green 68 ◦ blue 86

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

Shades of Astronaut Blue #214456

Tints of Astronaut Blue #214456

RGB

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

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

 BLUE value IS 86 (33.98% from 255) = 45.99%

R = 17.65%
G = 36.36%
B = 45.99%

CMYK

 C value IS 0.62

 M value IS 0.21

 Y value IS 0

 K value IS 0.66

RGB Variations

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

Color information

#214456 (or 0x214456) is known color: Astronaut Blue. HEX triplet: 21, 44 and 56. RGB value is (33,68,86). Sum of RGB (Red+Green+Blue) = 33+68+86=187 (24% of max value = 765). Red value is 33 (13.28% from 255 or 17.65% from 187); Green value is 68 (26.95% from 255 or 36.36% from 187); Blue value is 86 (33.98% from 255 or 45.99% from 187); Max value from RGB is 86 - color contains mainly: blue. Hex color #214456 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #214456 is #DEBBA9. Grayscale: #3B3B3B. Windows color (decimal): -14597034 or 5653537. OLE color: 5653537.

HSL color Cylindrical-coordinate representation of color #214456: hue angle of 200.38º degrees, saturation: 0.45, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #214456 is Cyan = 0.62, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.66.

Color convert

RGB 33 68 86 -
CMYK 0.62 0.21 0 0.66
HSL 200.38º 0.45% 0.23% -
HSV(B) 200.38º 0.62% 0.34% -
XYZ 4.37 5.13 9.56 -
YUV 59.59 142.9 109.04 -
System Red Green Blue C M Y K H S L
Decimal 33 68 86 0.62 0.21 0 0.66 200.38 0.45 0.23
Hex 21 44 56 3E 15 0 42 C8 2D 17
Octal 41 104 126 76 25 0 102 310 55 27
Binary 100001 1000100 1010110 111110 10101 0 1000010 11001000 101101 10111

Color Harmonies of #214456

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #214456

Black with #214456

Text Example


Text Example

White with #214456

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #214456; }

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

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

background-color css

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

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

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

border-color css

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

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

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