Html Css Color HEX #455372 Astronaut

📋 copy color: '#455372'

red 69 ◦ green 83 ◦ blue 114

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

Shades of Astronaut #455372

Tints of Astronaut #455372

RGB

 RED value IS 69 (27.34% from 255) = 25.94%

 GREEN value IS 83 (32.81% from 255) = 31.2%

 BLUE value IS 114 (44.92% from 255) = 42.86%

R = 25.94%
G = 31.2%
B = 42.86%

CMYK

 C value IS 0.39

 M value IS 0.27

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#455372 (or 0x455372) is known color: Astronaut. HEX triplet: 45, 53 and 72. RGB value is (69,83,114). Sum of RGB (Red+Green+Blue) = 69+83+114=266 (35% of max value = 765). Red value is 69 (27.34% from 255 or 25.94% from 266); Green value is 83 (32.81% from 255 or 31.20% from 266); Blue value is 114 (44.92% from 255 or 42.86% from 266); Max value from RGB is 114 - color contains mainly: blue. Hex color #455372 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #455372 is #BAAC8D. Grayscale: #525252. Windows color (decimal): -12233870 or 7492421. OLE color: 7492421.

HSL color Cylindrical-coordinate representation of color #455372: hue angle of 221.33º degrees, saturation: 0.25, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #455372 is Cyan = 0.39, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 69 83 114 -
CMYK 0.39 0.27 0 0.55
HSL 221.33º 0.25% 0.36% -
HSV(B) 221.33º 0.39% 0.45% -
XYZ 8.58 8.67 17.14 -
YUV 82.35 145.86 118.48 -
System Red Green Blue C M Y K H S L
Decimal 69 83 114 0.39 0.27 0 0.55 221.33 0.25 0.36
Hex 45 53 72 27 1B 0 37 DD 19 24
Octal 105 123 162 47 33 0 67 335 31 44
Binary 1000101 1010011 1110010 100111 11011 0 110111 11011101 11001 100100

Color Harmonies of #455372

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #455372

Black with #455372

Text Example


Text Example

White with #455372

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #455372; }

 p { color: rgb(69,83,114); }

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

background-color css

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

 a { background-color: rgb(69,83,114); }

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

border-color css

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

 span { border-color: rgb(69,83,114); }

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