#244454

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

Shades of Astronaut Blue #244454

Tints of Astronaut Blue #244454

Color information

#244454 (or 0x244454) is unknown color: approx Astronaut Blue. HEX triplet: 24, 44 and 54. RGB value is (36,68,84). Sum of RGB (Red+Green+Blue) = 36+68+84=188 (24% of max value = 765). Red value is 36 (14.45% from 255 or 19.15% from 188); Green value is 68 (26.95% from 255 or 36.17% from 188); Blue value is 84 (33.20% from 255 or 44.68% from 188); Max value from RGB is 84 - color contains mainly: blue. Hex color #244454 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #244454 is #DBBBAB. Grayscale: #3C3C3C. Windows color (decimal): -14400428 or 5522468. OLE color: 5522468.

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

Color convert

RGB366884-
CMYK0.570.1900.67
HSL200º40%23.53%-
HSV(B)200º57.14%32.94%-
XYZ4.395.159.15-
YUV60.26141.4110.7-

RGB Variations

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

RGB

RED value IS 36 (14.45% from 255) = 19.15%
GREEN value IS 68 (26.95% from 255) = 36.17%
BLUE value IS 84 (33.20% from 255) = 44.68%
R=19.15%
G=36.17%
B=44.68%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal3668840.570.1900.672004023.53
Hex2444543913043c82818
Octal44104124712301033105030
Binary1001001000100101010011100110011010000111100100010100011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #244454

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #244454; }

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

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

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

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

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

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

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

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