#22455C

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

Shades of Astronaut Blue #22455C

Tints of Astronaut Blue #22455C

Color information

#22455C (or 0x22455C) is unknown color: approx Astronaut Blue. HEX triplet: 22, 45 and 5C. RGB value is (34,69,92). Sum of RGB (Red+Green+Blue) = 34+69+92=195 (25% of max value = 765). Red value is 34 (13.67% from 255 or 17.44% from 195); Green value is 69 (27.34% from 255 or 35.38% from 195); Blue value is 92 (36.33% from 255 or 47.18% from 195); Max value from RGB is 92 - color contains mainly: blue. Hex color #22455C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #22455C is #DDBAA3. Grayscale: #3D3D3D. Windows color (decimal): -14531236 or 6047010. OLE color: 6047010.

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

Color convert

RGB346992-
CMYK0.630.2500.64
HSL203.79º46.03%24.71%-
HSV(B)203.79º63.04%36.08%-
XYZ4.725.3710.91-
YUV61.16145.4108.63-

RGB Variations

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

RGB

RED value IS 34 (13.67% from 255) = 17.44%
GREEN value IS 69 (27.34% from 255) = 35.38%
BLUE value IS 92 (36.33% from 255) = 47.18%
R=17.44%
G=35.38%
B=47.18%

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
Decimal3469920.630.2500.64203.7946.0324.71
Hex22455C3F19040cc2e19
Octal42105134773101003145631
Binary1000101000101101110011111111001010000001100110010111011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #22455C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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