#224257

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

Shades of Astronaut Blue #224257

Tints of Astronaut Blue #224257

Color information

#224257 (or 0x224257) is unknown color: approx Astronaut Blue. HEX triplet: 22, 42 and 57. RGB value is (34,66,87). Sum of RGB (Red+Green+Blue) = 34+66+87=187 (24% of max value = 765). Red value is 34 (13.67% from 255 or 18.18% from 187); Green value is 66 (26.17% from 255 or 35.29% from 187); Blue value is 87 (34.38% from 255 or 46.52% from 187); Max value from RGB is 87 - color contains mainly: blue. Hex color #224257 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #224257 is #DDBDA8. Grayscale: #3A3A3A. Windows color (decimal): -14532009 or 5718562. OLE color: 5718562.

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

Color convert

RGB346687-
CMYK0.610.2400.66
HSL203.77º43.8%23.73%-
HSV(B)203.77º60.92%34.12%-
XYZ4.334.929.74-
YUV58.83143.9110.29-

RGB Variations

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

RGB

RED value IS 34 (13.67% from 255) = 18.18%
GREEN value IS 66 (26.17% from 255) = 35.29%
BLUE value IS 87 (34.38% from 255) = 46.52%
R=18.18%
G=35.29%
B=46.52%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal3466870.610.2400.66203.7743.823.73
Hex2242573D18042cc2c18
Octal42102127753001023145430
Binary1000101000010101011111110111000010000101100110010110011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #224257

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #224257; }

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

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

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

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

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

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

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

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