#204154

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

Shades of Astronaut Blue #204154

Tints of Astronaut Blue #204154

Color information

#204154 (or 0x204154) is unknown color: approx Astronaut Blue. HEX triplet: 20, 41 and 54. RGB value is (32,65,84). Sum of RGB (Red+Green+Blue) = 32+65+84=181 (23% of max value = 765). Red value is 32 (12.89% from 255 or 17.68% from 181); Green value is 65 (25.78% from 255 or 35.91% from 181); Blue value is 84 (33.20% from 255 or 46.41% from 181); Max value from RGB is 84 - color contains mainly: blue. Hex color #204154 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #204154 is #DFBEAB. Grayscale: #393939. Windows color (decimal): -14663340 or 5521696. OLE color: 5521696.

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

Color convert

RGB326584-
CMYK0.620.2300.67
HSL201.92º44.83%22.75%-
HSV(B)201.92º61.9%32.94%-
XYZ4.094.739.08-
YUV57.3143.07109.96-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 17.68%
GREEN value IS 65 (25.78% from 255) = 35.91%
BLUE value IS 84 (33.20% from 255) = 46.41%
R=17.68%
G=35.91%
B=46.41%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal3265840.620.2300.67201.9244.8322.75
Hex2041543E17043ca2d17
Octal40101124762701033125527
Binary1000001000001101010011111010111010000111100101010110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #204154

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #204154; }

 p { color: rgb(32,65,84); }

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

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

 a { background-color: rgb(32,65,84); }

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

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

 span { border-color: rgb(32,65,84); }

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