#24475A

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

Shades of Astronaut Blue #24475A

Tints of Astronaut Blue #24475A

Color information

#24475A (or 0x24475A) is unknown color: approx Astronaut Blue. HEX triplet: 24, 47 and 5A. RGB value is (36,71,90). Sum of RGB (Red+Green+Blue) = 36+71+90=197 (26% of max value = 765). Red value is 36 (14.45% from 255 or 18.27% from 197); Green value is 71 (28.12% from 255 or 36.04% from 197); Blue value is 90 (35.55% from 255 or 45.69% from 197); Max value from RGB is 90 - color contains mainly: blue. Hex color #24475A is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #24475A is #DBB8A5. Grayscale: #3E3E3E. Windows color (decimal): -14399654 or 5916452. OLE color: 5916452.

HSL color Cylindrical-coordinate representation of color #24475A: hue angle of 201.11º degrees, saturation: 0.43, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #24475A is Cyan = 0.60, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB367190-
CMYK0.600.2100.65
HSL201.11º42.86%24.71%-
HSV(B)201.11º60%35.29%-
XYZ4.835.6210.5-
YUV62.7143.4108.96-

RGB Variations

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

RGB

RED value IS 36 (14.45% from 255) = 18.27%
GREEN value IS 71 (28.12% from 255) = 36.04%
BLUE value IS 90 (35.55% from 255) = 45.69%
R=18.27%
G=36.04%
B=45.69%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal3671900.600.2100.65201.1142.8624.71
Hex24475A3C15041c92b19
Octal44107132742501013115331
Binary1001001000111101101011110010101010000011100100110101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #24475A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #24475A; }

 p { color: rgb(36,71,90); }

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

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

 a { background-color: rgb(36,71,90); }

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

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

 span { border-color: rgb(36,71,90); }

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