#164355

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

Shades of Astronaut Blue #164355

Tints of Astronaut Blue #164355

Color information

#164355 (or 0x164355) is unknown color: approx Astronaut Blue. HEX triplet: 16, 43 and 55. RGB value is (22,67,85). Sum of RGB (Red+Green+Blue) = 22+67+85=174 (23% of max value = 765). Red value is 22 (8.98% from 255 or 12.64% from 174); Green value is 67 (26.56% from 255 or 38.51% from 174); Blue value is 85 (33.59% from 255 or 48.85% from 174); Max value from RGB is 85 - color contains mainly: blue. Hex color #164355 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #164355 is #E9BCAA. Grayscale: #373737. Windows color (decimal): -15318187 or 5587734. OLE color: 5587734.

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

Color convert

RGB226785-
CMYK0.740.2100.67
HSL197.14º58.88%20.98%-
HSV(B)197.14º74.12%33.33%-
XYZ3.984.849.32-
YUV55.6144.59104.04-

RGB Variations

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

RGB

RED value IS 22 (8.98% from 255) = 12.64%
GREEN value IS 67 (26.56% from 255) = 38.51%
BLUE value IS 85 (33.59% from 255) = 48.85%
R=12.64%
G=38.51%
B=48.85%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal2267850.740.2100.67197.1458.8820.98
Hex1643554A15043c53b15
Octal261031251122501033057325
Binary1011010000111010101100101010101010000111100010111101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #164355

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #164355; }

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

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

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

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

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

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

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

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