Html Css Color HEX #204358 Astronaut Blue

📋 copy color: '#204358'

red 32 ◦ green 67 ◦ blue 88

#204358
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Astronaut Blue #204358

Tints of Astronaut Blue #204358

RGB

 RED value IS 32 (12.89% from 255) = 17.11%

 GREEN value IS 67 (26.56% from 255) = 35.83%

 BLUE value IS 88 (34.77% from 255) = 47.06%

R = 17.11%
G = 35.83%
B = 47.06%

CMYK

 C value IS 0.64

 M value IS 0.24

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#204358 (or 0x204358) is known color: Astronaut Blue. HEX triplet: 20, 43 and 58. RGB value is (32,67,88). Sum of RGB (Red+Green+Blue) = 32+67+88=187 (24% of max value = 765). Red value is 32 (12.89% from 255 or 17.11% from 187); Green value is 67 (26.56% from 255 or 35.83% from 187); Blue value is 88 (34.77% from 255 or 47.06% from 187); Max value from RGB is 88 - color contains mainly: blue. Hex color #204358 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #204358 is #DFBCA7. Grayscale: #3A3A3A. Windows color (decimal): -14662824 or 5784352. OLE color: 5784352.

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

Color convert

RGB 32 67 88 -
CMYK 0.64 0.24 0 0.65
HSL 202.5º 0.47% 0.24% -
HSV(B) 202.5º 0.64% 0.35% -
XYZ 4.36 5.03 9.97 -
YUV 58.93 144.4 108.79 -
System Red Green Blue C M Y K H S L
Decimal 32 67 88 0.64 0.24 0 0.65 202.5 0.47 0.24
Hex 20 43 58 40 18 0 41 CA 2F 18
Octal 40 103 130 100 30 0 101 312 57 30
Binary 100000 1000011 1011000 1000000 11000 0 1000001 11001010 101111 11000

Color Harmonies of #204358

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #204358

Black with #204358

Text Example


Text Example

White with #204358

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #204358; }

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

 H1.HeaderClassName
 {
   color: #204358;
 }
 .AnyTagClassName
 {
   color: #204358;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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