#244455

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

Shades of Astronaut Blue #244455

Tints of Astronaut Blue #244455

Color information

#244455 (or 0x244455) is unknown color: approx Astronaut Blue. HEX triplet: 24, 44 and 55. RGB value is (36,68,85). Sum of RGB (Red+Green+Blue) = 36+68+85=189 (25% of max value = 765). Red value is 36 (14.45% from 255 or 19.05% from 189); Green value is 68 (26.95% from 255 or 35.98% from 189); Blue value is 85 (33.59% from 255 or 44.97% from 189); Max value from RGB is 85 - color contains mainly: blue. Hex color #244455 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #244455 is #DBBBAA. Grayscale: #3C3C3C. Windows color (decimal): -14400427 or 5588004. OLE color: 5588004.

HSL color Cylindrical-coordinate representation of color #244455: hue angle of 200.82º degrees, saturation: 0.4, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #244455 is Cyan = 0.58, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB366885-
CMYK0.580.2000.67
HSL200.82º40.5%23.73%-
HSV(B)200.82º57.65%33.33%-
XYZ4.435.179.36-
YUV60.37141.9110.62-

RGB Variations

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

RGB

RED value IS 36 (14.45% from 255) = 19.05%
GREEN value IS 68 (26.95% from 255) = 35.98%
BLUE value IS 85 (33.59% from 255) = 44.97%
R=19.05%
G=35.98%
B=44.97%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal3668850.580.2000.67200.8240.523.73
Hex2444553A14043c92818
Octal44104125722401033115030
Binary1001001000100101010111101010100010000111100100110100011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #244455

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #244455; }

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

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

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

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

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

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

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

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