#164462

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

Shades of Astronaut Blue #164462

Tints of Astronaut Blue #164462

Color information

#164462 (or 0x164462) is unknown color: approx Astronaut Blue. HEX triplet: 16, 44 and 62. RGB value is (22,68,98). Sum of RGB (Red+Green+Blue) = 22+68+98=188 (24% of max value = 765). Red value is 22 (8.98% from 255 or 11.70% from 188); Green value is 68 (26.95% from 255 or 36.17% from 188); Blue value is 98 (38.67% from 255 or 52.13% from 188); Max value from RGB is 98 - color contains mainly: blue. Hex color #164462 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #164462 is #E9BB9D. Grayscale: #393939. Windows color (decimal): -15317918 or 6439958. OLE color: 6439958.

HSL color Cylindrical-coordinate representation of color #164462: hue angle of 203.68º degrees, saturation: 0.63, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #164462 is Cyan = 0.78, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB226898-
CMYK0.780.3100.62
HSL203.68º63.33%23.53%-
HSV(B)203.68º77.55%38.43%-
XYZ4.65.1912.31-
YUV57.67150.76102.56-

RGB Variations

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

RGB

RED value IS 22 (8.98% from 255) = 11.70%
GREEN value IS 68 (26.95% from 255) = 36.17%
BLUE value IS 98 (38.67% from 255) = 52.13%
R=11.70%
G=36.17%
B=52.13%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal2268980.780.3100.62203.6863.3323.53
Hex1644624E1F03Ecc3f18
Octal26104142116370763147730
Binary101101000100110001010011101111101111101100110011111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #164462

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #164462; }

 p { color: rgb(22,68,98); }

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

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

 a { background-color: rgb(22,68,98); }

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

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

 span { border-color: rgb(22,68,98); }

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