#244256

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

Shades of Astronaut Blue #244256

Tints of Astronaut Blue #244256

Color information

#244256 (or 0x244256) is unknown color: approx Astronaut Blue. HEX triplet: 24, 42 and 56. RGB value is (36,66,86). Sum of RGB (Red+Green+Blue) = 36+66+86=188 (24% of max value = 765). Red value is 36 (14.45% from 255 or 19.15% from 188); Green value is 66 (26.17% from 255 or 35.11% from 188); Blue value is 86 (33.98% from 255 or 45.74% from 188); Max value from RGB is 86 - color contains mainly: blue. Hex color #244256 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #244256 is #DBBDA9. Grayscale: #3B3B3B. Windows color (decimal): -14400938 or 5653028. OLE color: 5653028.

HSL color Cylindrical-coordinate representation of color #244256: hue angle of 204º degrees, saturation: 0.41, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #244256 is Cyan = 0.58, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.66.

Color convert

RGB366686-
CMYK0.580.2300.66
HSL204º40.98%23.92%-
HSV(B)204º58.14%33.73%-
XYZ4.364.949.53-
YUV59.31143.06111.37-

RGB Variations

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

RGB

RED value IS 36 (14.45% from 255) = 19.15%
GREEN value IS 66 (26.17% from 255) = 35.11%
BLUE value IS 86 (33.98% from 255) = 45.74%
R=19.15%
G=35.11%
B=45.74%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal3666860.580.2300.6620440.9823.92
Hex2442563A17042cc2918
Octal44102126722701023145130
Binary1001001000010101011011101010111010000101100110010100111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #244256

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #244256; }

 p { color: rgb(36,66,86); }

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

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

 a { background-color: rgb(36,66,86); }

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

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

 span { border-color: rgb(36,66,86); }

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