Html Css Color HEX #204255 Astronaut Blue

📋 copy color: '#204255'

red 32 ◦ green 66 ◦ blue 85

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

Shades of Astronaut Blue #204255

Tints of Astronaut Blue #204255

RGB

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

 GREEN value IS 66 (26.17% from 255) = 36.07%

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

R = 17.49%
G = 36.07%
B = 46.45%

CMYK

 C value IS 0.62

 M value IS 0.22

 Y value IS 0

 K value IS 0.67

RGB Variations

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

Color information

#204255 (or 0x204255) is known color: Astronaut Blue. HEX triplet: 20, 42 and 55. RGB value is (32,66,85). Sum of RGB (Red+Green+Blue) = 32+66+85=183 (24% of max value = 765). Red value is 32 (12.89% from 255 or 17.49% from 183); Green value is 66 (26.17% from 255 or 36.07% from 183); Blue value is 85 (33.59% from 255 or 46.45% from 183); Max value from RGB is 85 - color contains mainly: blue. Hex color #204255 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #204255 is #DFBDAA. Grayscale: #393939. Windows color (decimal): -14663083 or 5587488. OLE color: 5587488.

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

Color convert

RGB 32 66 85 -
CMYK 0.62 0.22 0 0.67
HSL 201.51º 0.45% 0.23% -
HSV(B) 201.51º 0.62% 0.33% -
XYZ 4.18 4.86 9.31 -
YUV 58 143.24 109.46 -
System Red Green Blue C M Y K H S L
Decimal 32 66 85 0.62 0.22 0 0.67 201.51 0.45 0.23
Hex 20 42 55 3E 16 0 43 CA 2D 17
Octal 40 102 125 76 26 0 103 312 55 27
Binary 100000 1000010 1010101 111110 10110 0 1000011 11001010 101101 10111

Color Harmonies of #204255

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #204255

Black with #204255

Text Example


Text Example

White with #204255

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #204255; }

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

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

background-color css

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

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

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

border-color css

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

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

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