#204658

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

Shades of Astronaut Blue #204658

Tints of Astronaut Blue #204658

Color information

#204658 (or 0x204658) is unknown color: approx Astronaut Blue. HEX triplet: 20, 46 and 58. RGB value is (32,70,88). Sum of RGB (Red+Green+Blue) = 32+70+88=190 (25% of max value = 765). Red value is 32 (12.89% from 255 or 16.84% from 190); Green value is 70 (27.73% from 255 or 36.84% from 190); Blue value is 88 (34.77% from 255 or 46.32% from 190); Max value from RGB is 88 - color contains mainly: blue. Hex color #204658 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #204658 is #DFB9A7. Grayscale: #3C3C3C. Windows color (decimal): -14662056 or 5785120. OLE color: 5785120.

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

Color convert

RGB327088-
CMYK0.640.2000.65
HSL199.29º46.67%23.53%-
HSV(B)199.29º63.64%34.51%-
XYZ4.555.3910.03-
YUV60.69143.41107.54-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 16.84%
GREEN value IS 70 (27.73% from 255) = 36.84%
BLUE value IS 88 (34.77% from 255) = 46.32%
R=16.84%
G=36.84%
B=46.32%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal3270880.640.2000.65199.2946.6723.53
Hex2046584014041c72f18
Octal401061301002401013075730
Binary10000010001101011000100000010100010000011100011110111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #204658

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #204658; }

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

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

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

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

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

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

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

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