#224557

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

Shades of Astronaut Blue #224557

Tints of Astronaut Blue #224557

Color information

#224557 (or 0x224557) is unknown color: approx Astronaut Blue. HEX triplet: 22, 45 and 57. RGB value is (34,69,87). Sum of RGB (Red+Green+Blue) = 34+69+87=190 (25% of max value = 765). Red value is 34 (13.67% from 255 or 17.89% from 190); Green value is 69 (27.34% from 255 or 36.32% from 190); Blue value is 87 (34.38% from 255 or 45.79% from 190); Max value from RGB is 87 - color contains mainly: blue. Hex color #224557 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #224557 is #DDBAA8. Grayscale: #3C3C3C. Windows color (decimal): -14531241 or 5719330. OLE color: 5719330.

HSL color Cylindrical-coordinate representation of color #224557: hue angle of 200.38º degrees, saturation: 0.44, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #224557 is Cyan = 0.61, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.66.

Color convert

RGB346987-
CMYK0.610.2100.66
HSL200.38º43.8%23.73%-
HSV(B)200.38º60.92%34.12%-
XYZ4.515.289.8-
YUV60.59142.9109.04-

RGB Variations

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

RGB

RED value IS 34 (13.67% from 255) = 17.89%
GREEN value IS 69 (27.34% from 255) = 36.32%
BLUE value IS 87 (34.38% from 255) = 45.79%
R=17.89%
G=36.32%
B=45.79%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal3469870.610.2100.66200.3843.823.73
Hex2245573D15042c82c18
Octal42105127752501023105430
Binary1000101000101101011111110110101010000101100100010110011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #224557

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #224557; }

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

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

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

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

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

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

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

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