#224759

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

Shades of Astronaut Blue #224759

Tints of Astronaut Blue #224759

Color information

#224759 (or 0x224759) is unknown color: approx Astronaut Blue. HEX triplet: 22, 47 and 59. RGB value is (34,71,89). Sum of RGB (Red+Green+Blue) = 34+71+89=194 (25% of max value = 765). Red value is 34 (13.67% from 255 or 17.53% from 194); Green value is 71 (28.12% from 255 or 36.60% from 194); Blue value is 89 (35.16% from 255 or 45.88% from 194); Max value from RGB is 89 - color contains mainly: blue. Hex color #224759 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #224759 is #DDB8A6. Grayscale: #3D3D3D. Windows color (decimal): -14530727 or 5850914. OLE color: 5850914.

HSL color Cylindrical-coordinate representation of color #224759: hue angle of 199.64º degrees, saturation: 0.45, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #224759 is Cyan = 0.62, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB347189-
CMYK0.620.2000.65
HSL199.64º44.72%24.12%-
HSV(B)199.64º61.8%34.9%-
XYZ4.725.5710.28-
YUV61.99143.24108.04-

RGB Variations

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

RGB

RED value IS 34 (13.67% from 255) = 17.53%
GREEN value IS 71 (28.12% from 255) = 36.60%
BLUE value IS 89 (35.16% from 255) = 45.88%
R=17.53%
G=36.60%
B=45.88%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal3471890.620.2000.65199.6444.7224.12
Hex2247593E14041c82d18
Octal42107131762401013105530
Binary1000101000111101100111111010100010000011100100010110111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #224759

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #224759; }

 p { color: rgb(34,71,89); }

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

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

 a { background-color: rgb(34,71,89); }

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

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

 span { border-color: rgb(34,71,89); }

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