#214456

Color #214456 Astronaut Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Astronaut Blue #214456

Tints of Astronaut Blue #214456

Color information

#214456 (or 0x214456) is unknown color: approx 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

RGB336886-
CMYK0.620.2100.66
HSL200.38º44.54%23.33%-
HSV(B)200.38º61.63%33.73%-
XYZ4.375.139.56-
YUV59.59142.9109.04-

RGB Variations

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

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 (Cyan) values IS 0.62
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal3368860.620.2100.66200.3844.5423.33
Hex2144563E15042c82d17
Octal41104126762501023105527
Binary1000011000100101011011111010101010000101100100010110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #214456

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>