#24455D

Color #24455D Astronaut Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Astronaut Blue #24455D

Tints of Astronaut Blue #24455D

Color information

#24455D (or 0x24455D) is unknown color: approx Astronaut Blue. HEX triplet: 24, 45 and 5D. RGB value is (36,69,93). Sum of RGB (Red+Green+Blue) = 36+69+93=198 (26% of max value = 765). Red value is 36 (14.45% from 255 or 18.18% from 198); Green value is 69 (27.34% from 255 or 34.85% from 198); Blue value is 93 (36.72% from 255 or 46.97% from 198); Max value from RGB is 93 - color contains mainly: blue. Hex color #24455D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #24455D is #DBBAA2. Grayscale: #3D3D3D. Windows color (decimal): -14400163 or 6112548. OLE color: 6112548.

HSL color Cylindrical-coordinate representation of color #24455D: hue angle of 205.26º degrees, saturation: 0.44, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #24455D is Cyan = 0.61, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB366993-
CMYK0.610.2600.64
HSL205.26º44.19%25.29%-
HSV(B)205.26º61.29%36.47%-
XYZ4.835.4211.15-
YUV61.87145.57109.55-

RGB Variations

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

RGB

RED value IS 36 (14.45% from 255) = 18.18%
GREEN value IS 69 (27.34% from 255) = 34.85%
BLUE value IS 93 (36.72% from 255) = 46.97%
R=18.18%
G=34.85%
B=46.97%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal3669930.610.2600.64205.2644.1925.29
Hex24455D3D1A040cd2c19
Octal44105135753201003155431
Binary1001001000101101110111110111010010000001100110110110011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #24455D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #24455D; }

 p { color: rgb(36,69,93); }

 H1.HeaderClassName
 {
   color: #24455D;
 }
 .AnyTagClassName
 {
   color: #24455D;
 }
</style>
background-color css

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

 a { background-color: rgb(36,69,93); }

 div.DivClassName
 {
   background-color: #24455D;
 }
 .BgClassName
 {
   background-color: #24455D;
 }
</style>
border-color css

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

 span { border-color: rgb(36,69,93); }

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