#22445A

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

Shades of Astronaut Blue #22445A

Tints of Astronaut Blue #22445A

Color information

#22445A (or 0x22445A) is unknown color: approx Astronaut Blue. HEX triplet: 22, 44 and 5A. RGB value is (34,68,90). Sum of RGB (Red+Green+Blue) = 34+68+90=192 (25% of max value = 765). Red value is 34 (13.67% from 255 or 17.71% from 192); Green value is 68 (26.95% from 255 or 35.42% from 192); Blue value is 90 (35.55% from 255 or 46.88% from 192); Max value from RGB is 90 - color contains mainly: blue. Hex color #22445A is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #22445A is #DDBBA5. Grayscale: #3C3C3C. Windows color (decimal): -14531494 or 5915682. OLE color: 5915682.

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

Color convert

RGB346890-
CMYK0.620.2400.65
HSL203.57º45.16%24.31%-
HSV(B)203.57º62.22%35.29%-
XYZ4.575.2110.44-
YUV60.34144.74109.21-

RGB Variations

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

RGB

RED value IS 34 (13.67% from 255) = 17.71%
GREEN value IS 68 (26.95% from 255) = 35.42%
BLUE value IS 90 (35.55% from 255) = 46.88%
R=17.71%
G=35.42%
B=46.88%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal3468900.620.2400.65203.5745.1624.31
Hex22445A3E18041cc2d18
Octal42104132763001013145530
Binary1000101000100101101011111011000010000011100110010110111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #22445A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #22445A; }

 p { color: rgb(34,68,90); }

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

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

 a { background-color: rgb(34,68,90); }

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

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

 span { border-color: rgb(34,68,90); }

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