Html Css Color HEX #204455 Astronaut Blue

📋 copy color: '#204455'

red 32 ◦ green 68 ◦ blue 85

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

Shades of Astronaut Blue #204455

Tints of Astronaut Blue #204455

RGB

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

 GREEN value IS 68 (26.95% from 255) = 36.76%

 BLUE value IS 85 (33.59% from 255) = 45.95%

R = 17.3%
G = 36.76%
B = 45.95%

CMYK

 C value IS 0.62

 M value IS 0.20

 Y value IS 0

 K value IS 0.67

RGB Variations

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

Color information

#204455 (or 0x204455) is known color: Astronaut Blue. HEX triplet: 20, 44 and 55. RGB value is (32,68,85). Sum of RGB (Red+Green+Blue) = 32+68+85=185 (24% of max value = 765). Red value is 32 (12.89% from 255 or 17.30% from 185); Green value is 68 (26.95% from 255 or 36.76% from 185); Blue value is 85 (33.59% from 255 or 45.95% from 185); Max value from RGB is 85 - color contains mainly: blue. Hex color #204455 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #204455 is #DFBBAA. Grayscale: #3B3B3B. Windows color (decimal): -14662571 or 5588000. OLE color: 5588000.

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

Color convert

RGB 32 68 85 -
CMYK 0.62 0.20 0 0.67
HSL 199.25º 0.45% 0.23% -
HSV(B) 199.25º 0.62% 0.33% -
XYZ 4.3 5.1 9.35 -
YUV 59.17 142.57 108.62 -
System Red Green Blue C M Y K H S L
Decimal 32 68 85 0.62 0.20 0 0.67 199.25 0.45 0.23
Hex 20 44 55 3E 14 0 43 C7 2D 17
Octal 40 104 125 76 24 0 103 307 55 27
Binary 100000 1000100 1010101 111110 10100 0 1000011 11000111 101101 10111

Color Harmonies of #204455

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #204455

Black with #204455

Text Example


Text Example

White with #204455

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #204455; }

 p { color: rgb(32,68,85); }

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

background-color css

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

 a { background-color: rgb(32,68,85); }

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

border-color css

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

 span { border-color: rgb(32,68,85); }

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