#204558

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

Shades of Astronaut Blue #204558

Tints of Astronaut Blue #204558

Color information

#204558 (or 0x204558) is unknown color: approx Astronaut Blue. HEX triplet: 20, 45 and 58. RGB value is (32,69,88). Sum of RGB (Red+Green+Blue) = 32+69+88=189 (25% of max value = 765). Red value is 32 (12.89% from 255 or 16.93% from 189); Green value is 69 (27.34% from 255 or 36.51% from 189); Blue value is 88 (34.77% from 255 or 46.56% from 189); Max value from RGB is 88 - color contains mainly: blue. Hex color #204558 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #204558 is #DFBAA7. Grayscale: #3B3B3B. Windows color (decimal): -14662312 or 5784864. OLE color: 5784864.

HSL color Cylindrical-coordinate representation of color #204558: hue angle of 200.36º degrees, saturation: 0.47, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #204558 is Cyan = 0.64, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB326988-
CMYK0.640.2200.65
HSL200.36º46.67%23.53%-
HSV(B)200.36º63.64%34.51%-
XYZ4.495.2710.01-
YUV60.1143.74107.96-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 16.93%
GREEN value IS 69 (27.34% from 255) = 36.51%
BLUE value IS 88 (34.77% from 255) = 46.56%
R=16.93%
G=36.51%
B=46.56%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal3269880.640.2200.65200.3646.6723.53
Hex2045584016041c82f18
Octal401051301002601013105730
Binary10000010001011011000100000010110010000011100100010111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #204558

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #204558; }

 p { color: rgb(32,69,88); }

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

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

 a { background-color: rgb(32,69,88); }

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

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

 span { border-color: rgb(32,69,88); }

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