#22485D

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

Shades of Astronaut Blue #22485D

Tints of Astronaut Blue #22485D

Color information

#22485D (or 0x22485D) is unknown color: approx Astronaut Blue. HEX triplet: 22, 48 and 5D. RGB value is (34,72,93). Sum of RGB (Red+Green+Blue) = 34+72+93=199 (26% of max value = 765). Red value is 34 (13.67% from 255 or 17.09% from 199); Green value is 72 (28.52% from 255 or 36.18% from 199); Blue value is 93 (36.72% from 255 or 46.73% from 199); Max value from RGB is 93 - color contains mainly: blue. Hex color #22485D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #22485D is #DDB7A2. Grayscale: #3E3E3E. Windows color (decimal): -14530467 or 6113314. OLE color: 6113314.

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

Color convert

RGB347293-
CMYK0.630.2300.64
HSL201.36º46.46%24.9%-
HSV(B)201.36º63.44%36.47%-
XYZ4.955.7711.21-
YUV63.03144.91107.29-

RGB Variations

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

RGB

RED value IS 34 (13.67% from 255) = 17.09%
GREEN value IS 72 (28.52% from 255) = 36.18%
BLUE value IS 93 (36.72% from 255) = 46.73%
R=17.09%
G=36.18%
B=46.73%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal3472930.630.2300.64201.3646.4624.9
Hex22485D3F17040c92e19
Octal42110135772701003115631
Binary1000101001000101110111111110111010000001100100110111011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #22485D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #22485D; }

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

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

<style>
 a { background-color: #22485D; }

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

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

<style>
 span { border-color: #22485D; }

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

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