Html Css Color HEX #204560 Astronaut Blue

📋 copy color: '#204560'

red 32 ◦ green 69 ◦ blue 96

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

Shades of Astronaut Blue #204560

Tints of Astronaut Blue #204560

RGB

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

 GREEN value IS 69 (27.34% from 255) = 35.03%

 BLUE value IS 96 (37.89% from 255) = 48.73%

R = 16.24%
G = 35.03%
B = 48.73%

CMYK

 C value IS 0.67

 M value IS 0.28

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#204560 (or 0x204560) is known color: Astronaut Blue. HEX triplet: 20, 45 and 60. RGB value is (32,69,96). Sum of RGB (Red+Green+Blue) = 32+69+96=197 (26% of max value = 765). Red value is 32 (12.89% from 255 or 16.24% from 197); Green value is 69 (27.34% from 255 or 35.03% from 197); Blue value is 96 (37.89% from 255 or 48.73% from 197); Max value from RGB is 96 - color contains mainly: blue. Hex color #204560 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #204560 is #DFBA9F. Grayscale: #3C3C3C. Windows color (decimal): -14662304 or 6309152. OLE color: 6309152.

HSL color Cylindrical-coordinate representation of color #204560: hue angle of 205.31º degrees, saturation: 0.5, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #204560 is Cyan = 0.67, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB 32 69 96 -
CMYK 0.67 0.28 0 0.62
HSL 205.31º 0.5% 0.25% -
HSV(B) 205.31º 0.67% 0.38% -
XYZ 4.84 5.41 11.86 -
YUV 61.02 147.74 107.3 -
System Red Green Blue C M Y K H S L
Decimal 32 69 96 0.67 0.28 0 0.62 205.31 0.5 0.25
Hex 20 45 60 43 1C 0 3E CD 32 19
Octal 40 105 140 103 34 0 76 315 62 31
Binary 100000 1000101 1100000 1000011 11100 0 111110 11001101 110010 11001

Color Harmonies of #204560

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #204560

Black with #204560

Text Example


Text Example

White with #204560

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #204560; }

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

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

background-color css

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

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

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

border-color css

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

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

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