#224657

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

Shades of Astronaut Blue #224657

Tints of Astronaut Blue #224657

Color information

#224657 (or 0x224657) is unknown color: approx Astronaut Blue. HEX triplet: 22, 46 and 57. RGB value is (34,70,87). Sum of RGB (Red+Green+Blue) = 34+70+87=191 (25% of max value = 765). Red value is 34 (13.67% from 255 or 17.80% from 191); Green value is 70 (27.73% from 255 or 36.65% from 191); Blue value is 87 (34.38% from 255 or 45.55% from 191); Max value from RGB is 87 - color contains mainly: blue. Hex color #224657 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #224657 is #DDB9A8. Grayscale: #3D3D3D. Windows color (decimal): -14530985 or 5719586. OLE color: 5719586.

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

Color convert

RGB347087-
CMYK0.610.2000.66
HSL199.25º43.8%23.73%-
HSV(B)199.25º60.92%34.12%-
XYZ4.575.419.82-
YUV61.17142.57108.62-

RGB Variations

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

RGB

RED value IS 34 (13.67% from 255) = 17.80%
GREEN value IS 70 (27.73% from 255) = 36.65%
BLUE value IS 87 (34.38% from 255) = 45.55%
R=17.80%
G=36.65%
B=45.55%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal3470870.610.2000.66199.2543.823.73
Hex2246573D14042c72c18
Octal42106127752401023075430
Binary1000101000110101011111110110100010000101100011110110011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #224657

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #224657; }

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

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

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

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

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

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

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

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