#24465B

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

Shades of Astronaut Blue #24465B

Tints of Astronaut Blue #24465B

Color information

#24465B (or 0x24465B) is unknown color: approx Astronaut Blue. HEX triplet: 24, 46 and 5B. RGB value is (36,70,91). Sum of RGB (Red+Green+Blue) = 36+70+91=197 (26% of max value = 765). Red value is 36 (14.45% from 255 or 18.27% from 197); Green value is 70 (27.73% from 255 or 35.53% from 197); Blue value is 91 (35.94% from 255 or 46.19% from 197); Max value from RGB is 91 - color contains mainly: blue. Hex color #24465B is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #24465B is #DBB9A4. Grayscale: #3E3E3E. Windows color (decimal): -14399909 or 5981732. OLE color: 5981732.

HSL color Cylindrical-coordinate representation of color #24465B: hue angle of 202.91º degrees, saturation: 0.43, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #24465B is Cyan = 0.60, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB367091-
CMYK0.600.2300.64
HSL202.91º43.31%24.9%-
HSV(B)202.91º60.44%35.69%-
XYZ4.815.5110.71-
YUV62.23144.24109.29-

RGB Variations

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

RGB

RED value IS 36 (14.45% from 255) = 18.27%
GREEN value IS 70 (27.73% from 255) = 35.53%
BLUE value IS 91 (35.94% from 255) = 46.19%
R=18.27%
G=35.53%
B=46.19%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal3670910.600.2300.64202.9143.3124.9
Hex24465B3C17040cb2b19
Octal44106133742701003135331
Binary1001001000110101101111110010111010000001100101110101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #24465B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #24465B; }

 p { color: rgb(36,70,91); }

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

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

 a { background-color: rgb(36,70,91); }

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

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

 span { border-color: rgb(36,70,91); }

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