#214155

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

Shades of Astronaut Blue #214155

Tints of Astronaut Blue #214155

Color information

#214155 (or 0x214155) is unknown color: approx Astronaut Blue. HEX triplet: 21, 41 and 55. RGB value is (33,65,85). Sum of RGB (Red+Green+Blue) = 33+65+85=183 (24% of max value = 765). Red value is 33 (13.28% from 255 or 18.03% from 183); Green value is 65 (25.78% from 255 or 35.52% from 183); Blue value is 85 (33.59% from 255 or 46.45% from 183); Max value from RGB is 85 - color contains mainly: blue. Hex color #214155 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #214155 is #DEBEAA. Grayscale: #393939. Windows color (decimal): -14597803 or 5587233. OLE color: 5587233.

HSL color Cylindrical-coordinate representation of color #214155: hue angle of 203.08º 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 #214155 is Cyan = 0.61, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB336585-
CMYK0.610.2400.67
HSL203.08º44.07%23.14%-
HSV(B)203.08º61.18%33.33%-
XYZ4.164.769.29-
YUV57.71143.4110.37-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 18.03%
GREEN value IS 65 (25.78% from 255) = 35.52%
BLUE value IS 85 (33.59% from 255) = 46.45%
R=18.03%
G=35.52%
B=46.45%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal3365850.610.2400.67203.0844.0723.14
Hex2141553D18043cb2c17
Octal41101125753001033135427
Binary1000011000001101010111110111000010000111100101110110010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #214155

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #214155; }

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

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

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

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

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

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

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

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