#224555

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

Shades of Astronaut Blue #224555

Tints of Astronaut Blue #224555

Color information

#224555 (or 0x224555) is unknown color: approx Astronaut Blue. HEX triplet: 22, 45 and 55. RGB value is (34,69,85). Sum of RGB (Red+Green+Blue) = 34+69+85=188 (24% of max value = 765). Red value is 34 (13.67% from 255 or 18.09% from 188); Green value is 69 (27.34% from 255 or 36.70% from 188); Blue value is 85 (33.59% from 255 or 45.21% from 188); Max value from RGB is 85 - color contains mainly: blue. Hex color #224555 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #224555 is #DDBAAA. Grayscale: #3C3C3C. Windows color (decimal): -14531243 or 5588258. OLE color: 5588258.

HSL color Cylindrical-coordinate representation of color #224555: hue angle of 198.82º degrees, saturation: 0.43, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #224555 is Cyan = 0.60, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB346985-
CMYK0.600.1900.67
HSL198.82º42.86%23.33%-
HSV(B)198.82º60%33.33%-
XYZ4.435.259.37-
YUV60.36141.9109.2-

RGB Variations

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

RGB

RED value IS 34 (13.67% from 255) = 18.09%
GREEN value IS 69 (27.34% from 255) = 36.70%
BLUE value IS 85 (33.59% from 255) = 45.21%
R=18.09%
G=36.70%
B=45.21%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal3469850.600.1900.67198.8242.8623.33
Hex2245553C13043c72b17
Octal42105125742301033075327
Binary1000101000101101010111110010011010000111100011110101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #224555

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #224555; }

 p { color: rgb(34,69,85); }

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

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

 a { background-color: rgb(34,69,85); }

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

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

 span { border-color: rgb(34,69,85); }

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