#22445C

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

Shades of Astronaut Blue #22445C

Tints of Astronaut Blue #22445C

Color information

#22445C (or 0x22445C) is unknown color: approx Astronaut Blue. HEX triplet: 22, 44 and 5C. RGB value is (34,68,92). Sum of RGB (Red+Green+Blue) = 34+68+92=194 (25% of max value = 765). Red value is 34 (13.67% from 255 or 17.53% from 194); Green value is 68 (26.95% from 255 or 35.05% from 194); Blue value is 92 (36.33% from 255 or 47.42% from 194); Max value from RGB is 92 - color contains mainly: blue. Hex color #22445C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #22445C is #DDBBA3. Grayscale: #3C3C3C. Windows color (decimal): -14531492 or 6046754. OLE color: 6046754.

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

Color convert

RGB346892-
CMYK0.630.2600.64
HSL204.83º46.03%24.71%-
HSV(B)204.83º63.04%36.08%-
XYZ4.665.2510.89-
YUV60.57145.74109.05-

RGB Variations

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

RGB

RED value IS 34 (13.67% from 255) = 17.53%
GREEN value IS 68 (26.95% from 255) = 35.05%
BLUE value IS 92 (36.33% from 255) = 47.42%
R=17.53%
G=35.05%
B=47.42%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal3468920.630.2600.64204.8346.0324.71
Hex22445C3F1A040cd2e19
Octal42104134773201003155631
Binary1000101000100101110011111111010010000001100110110111011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #22445C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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