#224560

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

Shades of Astronaut Blue #224560

Tints of Astronaut Blue #224560

Color information

#224560 (or 0x224560) is unknown color: approx Astronaut Blue. HEX triplet: 22, 45 and 60. RGB value is (34,69,96). Sum of RGB (Red+Green+Blue) = 34+69+96=199 (26% of max value = 765). Red value is 34 (13.67% from 255 or 17.09% from 199); Green value is 69 (27.34% from 255 or 34.67% from 199); Blue value is 96 (37.89% from 255 or 48.24% from 199); Max value from RGB is 96 - color contains mainly: blue. Hex color #224560 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #224560 is #DDBA9F. Grayscale: #3D3D3D. Windows color (decimal): -14531232 or 6309154. OLE color: 6309154.

HSL color Cylindrical-coordinate representation of color #224560: hue angle of 206.13º degrees, saturation: 0.48, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #224560 is Cyan = 0.65, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB346996-
CMYK0.650.2800.62
HSL206.13º47.69%25.49%-
HSV(B)206.13º64.58%37.65%-
XYZ4.95.4411.86-
YUV61.61147.4108.3-

RGB Variations

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

RGB

RED value IS 34 (13.67% from 255) = 17.09%
GREEN value IS 69 (27.34% from 255) = 34.67%
BLUE value IS 96 (37.89% from 255) = 48.24%
R=17.09%
G=34.67%
B=48.24%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal3469960.650.2800.62206.1347.6925.49
Hex224560411C03Ece3019
Octal42105140101340763166031
Binary1000101000101110000010000011110001111101100111011000011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #224560

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #224560; }

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

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

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

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

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

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

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

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