#22445B

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

Shades of Astronaut Blue #22445B

Tints of Astronaut Blue #22445B

Color information

#22445B (or 0x22445B) is unknown color: approx Astronaut Blue. HEX triplet: 22, 44 and 5B. RGB value is (34,68,91). Sum of RGB (Red+Green+Blue) = 34+68+91=193 (25% of max value = 765). Red value is 34 (13.67% from 255 or 17.62% from 193); Green value is 68 (26.95% from 255 or 35.23% from 193); Blue value is 91 (35.94% from 255 or 47.15% from 193); Max value from RGB is 91 - color contains mainly: blue. Hex color #22445B is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #22445B is #DDBBA4. Grayscale: #3C3C3C. Windows color (decimal): -14531493 or 5981218. OLE color: 5981218.

HSL color Cylindrical-coordinate representation of color #22445B: hue angle of 204.21º 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 #22445B is Cyan = 0.63, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB346891-
CMYK0.630.2500.64
HSL204.21º45.6%24.51%-
HSV(B)204.21º62.64%35.69%-
XYZ4.625.2310.66-
YUV60.46145.24109.13-

RGB Variations

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

RGB

RED value IS 34 (13.67% from 255) = 17.62%
GREEN value IS 68 (26.95% from 255) = 35.23%
BLUE value IS 91 (35.94% from 255) = 47.15%
R=17.62%
G=35.23%
B=47.15%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal3468910.630.2500.64204.2145.624.51
Hex22445B3F19040cc2e19
Octal42104133773101003145631
Binary1000101000100101101111111111001010000001100110010111011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #22445B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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