#214255

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

Shades of Astronaut Blue #214255

Tints of Astronaut Blue #214255

Color information

#214255 (or 0x214255) is unknown color: approx Astronaut Blue. HEX triplet: 21, 42 and 55. RGB value is (33,66,85). Sum of RGB (Red+Green+Blue) = 33+66+85=184 (24% of max value = 765). Red value is 33 (13.28% from 255 or 17.93% from 184); Green value is 66 (26.17% from 255 or 35.87% from 184); Blue value is 85 (33.59% from 255 or 46.20% from 184); Max value from RGB is 85 - color contains mainly: blue. Hex color #214255 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #214255 is #DEBDAA. Grayscale: #3A3A3A. Windows color (decimal): -14597547 or 5587489. OLE color: 5587489.

HSL color Cylindrical-coordinate representation of color #214255: hue angle of 201.92º degrees, saturation: 0.44, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #214255 is Cyan = 0.61, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB336685-
CMYK0.610.2200.67
HSL201.92º44.07%23.14%-
HSV(B)201.92º61.18%33.33%-
XYZ4.224.889.31-
YUV58.3143.07109.96-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 17.93%
GREEN value IS 66 (26.17% from 255) = 35.87%
BLUE value IS 85 (33.59% from 255) = 46.20%
R=17.93%
G=35.87%
B=46.20%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal3366850.610.2200.67201.9244.0723.14
Hex2142553D16043ca2c17
Octal41102125752601033125427
Binary1000011000010101010111110110110010000111100101010110010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #214255

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #214255; }

 p { color: rgb(33,66,85); }

 H1.HeaderClassName
 {
   color: #214255;
 }
 .AnyTagClassName
 {
   color: #214255;
 }
</style>
background-color css

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

 a { background-color: rgb(33,66,85); }

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

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

 span { border-color: rgb(33,66,85); }

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