#244558

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

Shades of Astronaut Blue #244558

Tints of Astronaut Blue #244558

Color information

#244558 (or 0x244558) is unknown color: approx Astronaut Blue. HEX triplet: 24, 45 and 58. RGB value is (36,69,88). Sum of RGB (Red+Green+Blue) = 36+69+88=193 (25% of max value = 765). Red value is 36 (14.45% from 255 or 18.65% from 193); Green value is 69 (27.34% from 255 or 35.75% from 193); Blue value is 88 (34.77% from 255 or 45.60% from 193); Max value from RGB is 88 - color contains mainly: blue. Hex color #244558 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #244558 is #DBBAA7. Grayscale: #3D3D3D. Windows color (decimal): -14400168 or 5784868. OLE color: 5784868.

HSL color Cylindrical-coordinate representation of color #244558: hue angle of 201.92º degrees, saturation: 0.42, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #244558 is Cyan = 0.59, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB366988-
CMYK0.590.2200.65
HSL201.92º41.94%24.31%-
HSV(B)201.92º59.09%34.51%-
XYZ4.625.3410.02-
YUV61.3143.07109.96-

RGB Variations

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

RGB

RED value IS 36 (14.45% from 255) = 18.65%
GREEN value IS 69 (27.34% from 255) = 35.75%
BLUE value IS 88 (34.77% from 255) = 45.60%
R=18.65%
G=35.75%
B=45.60%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal3669880.590.2200.65201.9241.9424.31
Hex2445583B16041ca2a18
Octal44105130732601013125230
Binary1001001000101101100011101110110010000011100101010101011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #244558

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #244558; }

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

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

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

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

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

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

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

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