#244354

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

Shades of Astronaut Blue #244354

Tints of Astronaut Blue #244354

Color information

#244354 (or 0x244354) is unknown color: approx Astronaut Blue. HEX triplet: 24, 43 and 54. RGB value is (36,67,84). Sum of RGB (Red+Green+Blue) = 36+67+84=187 (24% of max value = 765). Red value is 36 (14.45% from 255 or 19.25% from 187); Green value is 67 (26.56% from 255 or 35.83% from 187); Blue value is 84 (33.20% from 255 or 44.92% from 187); Max value from RGB is 84 - color contains mainly: blue. Hex color #244354 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #244354 is #DBBCAB. Grayscale: #3B3B3B. Windows color (decimal): -14400684 or 5522212. OLE color: 5522212.

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

Color convert

RGB366784-
CMYK0.570.2000.67
HSL201.25º40%23.53%-
HSV(B)201.25º57.14%32.94%-
XYZ4.335.039.13-
YUV59.67141.73111.12-

RGB Variations

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

RGB

RED value IS 36 (14.45% from 255) = 19.25%
GREEN value IS 67 (26.56% from 255) = 35.83%
BLUE value IS 84 (33.20% from 255) = 44.92%
R=19.25%
G=35.83%
B=44.92%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal3667840.570.2000.67201.254023.53
Hex2443543914043c92818
Octal44103124712401033115030
Binary1001001000011101010011100110100010000111100100110100011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #244354

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #244354; }

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

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

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

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

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

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

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

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