#164356

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

Shades of Astronaut Blue #164356

Tints of Astronaut Blue #164356

Color information

#164356 (or 0x164356) is unknown color: approx Astronaut Blue. HEX triplet: 16, 43 and 56. RGB value is (22,67,86). Sum of RGB (Red+Green+Blue) = 22+67+86=175 (23% of max value = 765). Red value is 22 (8.98% from 255 or 12.57% from 175); Green value is 67 (26.56% from 255 or 38.29% from 175); Blue value is 86 (33.98% from 255 or 49.14% from 175); Max value from RGB is 86 - color contains mainly: blue. Hex color #164356 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #164356 is #E9BCA9. Grayscale: #373737. Windows color (decimal): -15318186 or 5653270. OLE color: 5653270.

HSL color Cylindrical-coordinate representation of color #164356: hue angle of 197.81º degrees, saturation: 0.59, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #164356 is Cyan = 0.74, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.66.

Color convert

RGB226786-
CMYK0.740.2200.66
HSL197.81º59.26%21.18%-
HSV(B)197.81º74.42%33.73%-
XYZ4.024.869.53-
YUV55.71145.09103.96-

RGB Variations

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

RGB

RED value IS 22 (8.98% from 255) = 12.57%
GREEN value IS 67 (26.56% from 255) = 38.29%
BLUE value IS 86 (33.98% from 255) = 49.14%
R=12.57%
G=38.29%
B=49.14%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal2267860.740.2200.66197.8159.2621.18
Hex1643564A16042c63b15
Octal261031261122601023067325
Binary1011010000111010110100101010110010000101100011011101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #164356

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #164356; }

 p { color: rgb(22,67,86); }

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

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

 a { background-color: rgb(22,67,86); }

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

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

 span { border-color: rgb(22,67,86); }

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