#244358

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

Shades of Astronaut Blue #244358

Tints of Astronaut Blue #244358

Color information

#244358 (or 0x244358) is unknown color: approx Astronaut Blue. HEX triplet: 24, 43 and 58. RGB value is (36,67,88). Sum of RGB (Red+Green+Blue) = 36+67+88=191 (25% of max value = 765). Red value is 36 (14.45% from 255 or 18.85% from 191); Green value is 67 (26.56% from 255 or 35.08% from 191); Blue value is 88 (34.77% from 255 or 46.07% from 191); Max value from RGB is 88 - color contains mainly: blue. Hex color #244358 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #244358 is #DBBCA7. Grayscale: #3C3C3C. Windows color (decimal): -14400680 or 5784356. OLE color: 5784356.

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

Color convert

RGB366788-
CMYK0.590.2400.65
HSL204.23º41.94%24.31%-
HSV(B)204.23º59.09%34.51%-
XYZ4.55.099.98-
YUV60.12143.73110.79-

RGB Variations

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

RGB

RED value IS 36 (14.45% from 255) = 18.85%
GREEN value IS 67 (26.56% from 255) = 35.08%
BLUE value IS 88 (34.77% from 255) = 46.07%
R=18.85%
G=35.08%
B=46.07%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal3667880.590.2400.65204.2341.9424.31
Hex2443583B18041cc2a18
Octal44103130733001013145230
Binary1001001000011101100011101111000010000011100110010101011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #244358

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #244358; }

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

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

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

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

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

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

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

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