#22465C

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

Shades of Astronaut Blue #22465C

Tints of Astronaut Blue #22465C

Color information

#22465C (or 0x22465C) is unknown color: approx Astronaut Blue. HEX triplet: 22, 46 and 5C. RGB value is (34,70,92). Sum of RGB (Red+Green+Blue) = 34+70+92=196 (25% of max value = 765). Red value is 34 (13.67% from 255 or 17.35% from 196); Green value is 70 (27.73% from 255 or 35.71% from 196); Blue value is 92 (36.33% from 255 or 46.94% from 196); Max value from RGB is 92 - color contains mainly: blue. Hex color #22465C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #22465C is #DDB9A3. Grayscale: #3D3D3D. Windows color (decimal): -14530980 or 6047266. OLE color: 6047266.

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

Color convert

RGB347092-
CMYK0.630.2400.64
HSL202.76º46.03%24.71%-
HSV(B)202.76º63.04%36.08%-
XYZ4.785.4910.93-
YUV61.74145.07108.21-

RGB Variations

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

RGB

RED value IS 34 (13.67% from 255) = 17.35%
GREEN value IS 70 (27.73% from 255) = 35.71%
BLUE value IS 92 (36.33% from 255) = 46.94%
R=17.35%
G=35.71%
B=46.94%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal3470920.630.2400.64202.7646.0324.71
Hex22465C3F18040cb2e19
Octal42106134773001003135631
Binary1000101000110101110011111111000010000001100101110111011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #22465C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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