#224859

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

Shades of Astronaut Blue #224859

Tints of Astronaut Blue #224859

Color information

#224859 (or 0x224859) is unknown color: approx Astronaut Blue. HEX triplet: 22, 48 and 59. RGB value is (34,72,89). Sum of RGB (Red+Green+Blue) = 34+72+89=195 (25% of max value = 765). Red value is 34 (13.67% from 255 or 17.44% from 195); Green value is 72 (28.52% from 255 or 36.92% from 195); Blue value is 89 (35.16% from 255 or 45.64% from 195); Max value from RGB is 89 - color contains mainly: blue. Hex color #224859 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #224859 is #DDB7A6. Grayscale: #3E3E3E. Windows color (decimal): -14530471 or 5851170. OLE color: 5851170.

HSL color Cylindrical-coordinate representation of color #224859: hue angle of 198.55º 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 #224859 is Cyan = 0.62, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB347289-
CMYK0.620.1900.65
HSL198.55º44.72%24.12%-
HSV(B)198.55º61.8%34.9%-
XYZ4.785.710.3-
YUV62.58142.91107.62-

RGB Variations

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

RGB

RED value IS 34 (13.67% from 255) = 17.44%
GREEN value IS 72 (28.52% from 255) = 36.92%
BLUE value IS 89 (35.16% from 255) = 45.64%
R=17.44%
G=36.92%
B=45.64%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal3472890.620.1900.65198.5544.7224.12
Hex2248593E13041c72d18
Octal42110131762301013075530
Binary1000101001000101100111111010011010000011100011110110111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #224859

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #224859; }

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

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

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

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

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

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

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

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