#24445A

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

Shades of Astronaut Blue #24445A

Tints of Astronaut Blue #24445A

Color information

#24445A (or 0x24445A) is unknown color: approx Astronaut Blue. HEX triplet: 24, 44 and 5A. RGB value is (36,68,90). Sum of RGB (Red+Green+Blue) = 36+68+90=194 (25% of max value = 765). Red value is 36 (14.45% from 255 or 18.56% from 194); Green value is 68 (26.95% from 255 or 35.05% from 194); Blue value is 90 (35.55% from 255 or 46.39% from 194); Max value from RGB is 90 - color contains mainly: blue. Hex color #24445A is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #24445A is #DBBBA5. Grayscale: #3C3C3C. Windows color (decimal): -14400422 or 5915684. OLE color: 5915684.

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

Color convert

RGB366890-
CMYK0.600.2400.65
HSL204.44º42.86%24.71%-
HSV(B)204.44º60%35.29%-
XYZ4.645.2510.44-
YUV60.94144.4110.21-

RGB Variations

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

RGB

RED value IS 36 (14.45% from 255) = 18.56%
GREEN value IS 68 (26.95% from 255) = 35.05%
BLUE value IS 90 (35.55% from 255) = 46.39%
R=18.56%
G=35.05%
B=46.39%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal3668900.600.2400.65204.4442.8624.71
Hex24445A3C18041cc2b19
Octal44104132743001013145331
Binary1001001000100101101011110011000010000011100110010101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #24445A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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