#22495B

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

Shades of Astronaut Blue #22495B

Tints of Astronaut Blue #22495B

Color information

#22495B (or 0x22495B) is unknown color: approx Astronaut Blue. HEX triplet: 22, 49 and 5B. RGB value is (34,73,91). Sum of RGB (Red+Green+Blue) = 34+73+91=198 (26% of max value = 765). Red value is 34 (13.67% from 255 or 17.17% from 198); Green value is 73 (28.91% from 255 or 36.87% from 198); Blue value is 91 (35.94% from 255 or 45.96% from 198); Max value from RGB is 91 - color contains mainly: blue. Hex color #22495B is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #22495B is #DDB6A4. Grayscale: #3F3F3F. Windows color (decimal): -14530213 or 5982498. OLE color: 5982498.

HSL color Cylindrical-coordinate representation of color #22495B: hue angle of 198.95º degrees, saturation: 0.46, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #22495B is Cyan = 0.63, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB347391-
CMYK0.630.2000.64
HSL198.95º45.6%24.51%-
HSV(B)198.95º62.64%35.69%-
XYZ4.935.8610.77-
YUV63.39143.58107.04-

RGB Variations

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

RGB

RED value IS 34 (13.67% from 255) = 17.17%
GREEN value IS 73 (28.91% from 255) = 36.87%
BLUE value IS 91 (35.94% from 255) = 45.96%
R=17.17%
G=36.87%
B=45.96%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal3473910.630.2000.64198.9545.624.51
Hex22495B3F14040c72e19
Octal42111133772401003075631
Binary1000101001001101101111111110100010000001100011110111011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #22495B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #22495B; }

 p { color: rgb(34,73,91); }

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

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

 a { background-color: rgb(34,73,91); }

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

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

 span { border-color: rgb(34,73,91); }

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