#244254

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

Shades of Astronaut Blue #244254

Tints of Astronaut Blue #244254

Color information

#244254 (or 0x244254) is unknown color: approx Astronaut Blue. HEX triplet: 24, 42 and 54. RGB value is (36,66,84). Sum of RGB (Red+Green+Blue) = 36+66+84=186 (24% of max value = 765). Red value is 36 (14.45% from 255 or 19.35% from 186); Green value is 66 (26.17% from 255 or 35.48% from 186); Blue value is 84 (33.20% from 255 or 45.16% from 186); Max value from RGB is 84 - color contains mainly: blue. Hex color #244254 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #244254 is #DBBDAB. Grayscale: #3A3A3A. Windows color (decimal): -14400940 or 5521956. OLE color: 5521956.

HSL color Cylindrical-coordinate representation of color #244254: hue angle of 202.5º 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 #244254 is Cyan = 0.57, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB366684-
CMYK0.570.2100.67
HSL202.5º40%23.53%-
HSV(B)202.5º57.14%32.94%-
XYZ4.284.919.11-
YUV59.08142.06111.54-

RGB Variations

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

RGB

RED value IS 36 (14.45% from 255) = 19.35%
GREEN value IS 66 (26.17% from 255) = 35.48%
BLUE value IS 84 (33.20% from 255) = 45.16%
R=19.35%
G=35.48%
B=45.16%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal3666840.570.2100.67202.54023.53
Hex2442543915043ca2818
Octal44102124712501033125030
Binary1001001000010101010011100110101010000111100101010100011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #244254

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #244254; }

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

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

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

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

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

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

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

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