#244859

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

Shades of Astronaut Blue #244859

Tints of Astronaut Blue #244859

Color information

#244859 (or 0x244859) is unknown color: approx Astronaut Blue. HEX triplet: 24, 48 and 59. RGB value is (36,72,89). Sum of RGB (Red+Green+Blue) = 36+72+89=197 (26% of max value = 765). Red value is 36 (14.45% from 255 or 18.27% from 197); Green value is 72 (28.52% from 255 or 36.55% from 197); Blue value is 89 (35.16% from 255 or 45.18% from 197); Max value from RGB is 89 - color contains mainly: blue. Hex color #244859 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #244859 is #DBB7A6. Grayscale: #3F3F3F. Windows color (decimal): -14399399 or 5851172. OLE color: 5851172.

HSL color Cylindrical-coordinate representation of color #244859: hue angle of 199.25º degrees, saturation: 0.42, 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 #244859 is Cyan = 0.60, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB367289-
CMYK0.600.1900.65
HSL199.25º42.4%24.51%-
HSV(B)199.25º59.55%34.9%-
XYZ4.855.7310.3-
YUV63.17142.57108.62-

RGB Variations

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

RGB

RED value IS 36 (14.45% from 255) = 18.27%
GREEN value IS 72 (28.52% from 255) = 36.55%
BLUE value IS 89 (35.16% from 255) = 45.18%
R=18.27%
G=36.55%
B=45.18%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal3672890.600.1900.65199.2542.424.51
Hex2448593C13041c72a19
Octal44110131742301013075231
Binary1001001001000101100111110010011010000011100011110101011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #244859

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #244859; }

 p { color: rgb(36,72,89); }

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

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

 a { background-color: rgb(36,72,89); }

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

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

 span { border-color: rgb(36,72,89); }

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