Html Css Color HEX #204663 Astronaut Blue

📋 copy color: '#204663'

red 32 ◦ green 70 ◦ blue 99

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

Shades of Astronaut Blue #204663

Tints of Astronaut Blue #204663

RGB

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

 GREEN value IS 70 (27.73% from 255) = 34.83%

 BLUE value IS 99 (39.06% from 255) = 49.25%

R = 15.92%
G = 34.83%
B = 49.25%

CMYK

 C value IS 0.68

 M value IS 0.29

 Y value IS 0

 K value IS 0.61

RGB Variations

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

Color information

#204663 (or 0x204663) is known color: Astronaut Blue. HEX triplet: 20, 46 and 63. RGB value is (32,70,99). Sum of RGB (Red+Green+Blue) = 32+70+99=201 (26% of max value = 765). Red value is 32 (12.89% from 255 or 15.92% from 201); Green value is 70 (27.73% from 255 or 34.83% from 201); Blue value is 99 (39.06% from 255 or 49.25% from 201); Max value from RGB is 99 - color contains mainly: blue. Hex color #204663 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #204663 is #DFB99C. Grayscale: #3D3D3D. Windows color (decimal): -14662045 or 6506016. OLE color: 6506016.

HSL color Cylindrical-coordinate representation of color #204663: hue angle of 205.97º degrees, saturation: 0.51, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #204663 is Cyan = 0.68, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.61.

Color convert

RGB 32 70 99 -
CMYK 0.68 0.29 0 0.61
HSL 205.97º 0.51% 0.26% -
HSV(B) 205.97º 0.68% 0.39% -
XYZ 5.04 5.59 12.62 -
YUV 61.94 148.91 106.64 -
System Red Green Blue C M Y K H S L
Decimal 32 70 99 0.68 0.29 0 0.61 205.97 0.51 0.26
Hex 20 46 63 44 1D 0 3D CE 33 1A
Octal 40 106 143 104 35 0 75 316 63 32
Binary 100000 1000110 1100011 1000100 11101 0 111101 11001110 110011 11010

Color Harmonies of #204663

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #204663

Black with #204663

Text Example


Text Example

White with #204663

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #204663; }

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

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

background-color css

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

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

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

border-color css

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

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

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