#22445d

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

Shades of Astronaut Blue #22445D

Tints of Astronaut Blue #22445D

Color information

#22445D (or 0x22445D) is unknown color: approx Astronaut Blue. HEX triplet: 22, 44 and 5D. RGB value is (34,68,93). Sum of RGB (Red+Green+Blue) = 34+68+93=195 (25% of max value = 765). Red value is 34 (13.67% from 255 or 17.44% from 195); Green value is 68 (26.95% from 255 or 34.87% from 195); Blue value is 93 (36.72% from 255 or 47.69% from 195); Max value from RGB is 93 - color contains mainly: blue. Hex color #22445D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #22445D is #DDBBA2. Grayscale: #3C3C3C. Windows color (decimal): -14531491 or 6112290. OLE color: 6112290.

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

Color convert

RGB346893-
CMYK0.630.2700.64
HSL205.42º46.46%24.9%-
HSV(B)205.42º63.44%36.47%-
XYZ4.75.2611.12-
YUV60.68146.24108.97-

RGB Variations

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

RGB

RED value IS 34 (13.67% from 255) = 17.44%
GREEN value IS 68 (26.95% from 255) = 34.87%
BLUE value IS 93 (36.72% from 255) = 47.69%
R=17.44%
G=34.87%
B=47.69%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal3468930.630.2700.64205.4246.4624.9
Hex22445D3F1B040cd2e19
Octal42104135773301003155631
Binary1000101000100101110111111111011010000001100110110111011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #22445d

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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