#24465A

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

Shades of Astronaut Blue #24465A

Tints of Astronaut Blue #24465A

Color information

#24465A (or 0x24465A) is unknown color: approx Astronaut Blue. HEX triplet: 24, 46 and 5A. RGB value is (36,70,90). Sum of RGB (Red+Green+Blue) = 36+70+90=196 (25% of max value = 765). Red value is 36 (14.45% from 255 or 18.37% from 196); Green value is 70 (27.73% from 255 or 35.71% from 196); Blue value is 90 (35.55% from 255 or 45.92% from 196); Max value from RGB is 90 - color contains mainly: blue. Hex color #24465A is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #24465A is #DBB9A5. Grayscale: #3D3D3D. Windows color (decimal): -14399910 or 5916196. OLE color: 5916196.

HSL color Cylindrical-coordinate representation of color #24465A: hue angle of 202.22º 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 #24465A is Cyan = 0.60, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB367090-
CMYK0.600.2200.65
HSL202.22º42.86%24.71%-
HSV(B)202.22º60%35.29%-
XYZ4.765.4910.48-
YUV62.11143.74109.37-

RGB Variations

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

RGB

RED value IS 36 (14.45% from 255) = 18.37%
GREEN value IS 70 (27.73% from 255) = 35.71%
BLUE value IS 90 (35.55% from 255) = 45.92%
R=18.37%
G=35.71%
B=45.92%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal3670900.600.2200.65202.2242.8624.71
Hex24465A3C16041ca2b19
Octal44106132742601013125331
Binary1001001000110101101011110010110010000011100101010101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #24465A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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