#22455A

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

Shades of Astronaut Blue #22455A

Tints of Astronaut Blue #22455A

Color information

#22455A (or 0x22455A) is unknown color: approx Astronaut Blue. HEX triplet: 22, 45 and 5A. RGB value is (34,69,90). Sum of RGB (Red+Green+Blue) = 34+69+90=193 (25% of max value = 765). Red value is 34 (13.67% from 255 or 17.62% from 193); Green value is 69 (27.34% from 255 or 35.75% from 193); Blue value is 90 (35.55% from 255 or 46.63% from 193); Max value from RGB is 90 - color contains mainly: blue. Hex color #22455A is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #22455A is #DDBAA5. Grayscale: #3C3C3C. Windows color (decimal): -14531238 or 5915938. OLE color: 5915938.

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

Color convert

RGB346990-
CMYK0.620.2300.65
HSL202.5º45.16%24.31%-
HSV(B)202.5º62.22%35.29%-
XYZ4.635.3310.46-
YUV60.93144.4108.79-

RGB Variations

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

RGB

RED value IS 34 (13.67% from 255) = 17.62%
GREEN value IS 69 (27.34% from 255) = 35.75%
BLUE value IS 90 (35.55% from 255) = 46.63%
R=17.62%
G=35.75%
B=46.63%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal3469900.620.2300.65202.545.1624.31
Hex22455A3E17041ca2d18
Octal42105132762701013125530
Binary1000101000101101101011111010111010000011100101010110111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #22455A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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