#204354

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

Shades of Astronaut Blue #204354

Tints of Astronaut Blue #204354

Color information

#204354 (or 0x204354) is unknown color: approx Astronaut Blue. HEX triplet: 20, 43 and 54. RGB value is (32,67,84). Sum of RGB (Red+Green+Blue) = 32+67+84=183 (24% of max value = 765). Red value is 32 (12.89% from 255 or 17.49% from 183); Green value is 67 (26.56% from 255 or 36.61% from 183); Blue value is 84 (33.20% from 255 or 45.90% from 183); Max value from RGB is 84 - color contains mainly: blue. Hex color #204354 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #204354 is #DFBCAB. Grayscale: #3A3A3A. Windows color (decimal): -14662828 or 5522208. OLE color: 5522208.

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

Color convert

RGB326784-
CMYK0.620.2000.67
HSL199.62º44.83%22.75%-
HSV(B)199.62º61.9%32.94%-
XYZ4.24.969.12-
YUV58.47142.4109.12-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 17.49%
GREEN value IS 67 (26.56% from 255) = 36.61%
BLUE value IS 84 (33.20% from 255) = 45.90%
R=17.49%
G=36.61%
B=45.90%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal3267840.620.2000.67199.6244.8322.75
Hex2043543E14043c82d17
Octal40103124762401033105527
Binary1000001000011101010011111010100010000111100100010110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #204354

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #204354; }

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

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

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

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

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

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

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

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