#164360

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

Shades of Astronaut Blue #164360

Tints of Astronaut Blue #164360

Color information

#164360 (or 0x164360) is unknown color: approx Astronaut Blue. HEX triplet: 16, 43 and 60. RGB value is (22,67,96). Sum of RGB (Red+Green+Blue) = 22+67+96=185 (24% of max value = 765). Red value is 22 (8.98% from 255 or 11.89% from 185); Green value is 67 (26.56% from 255 or 36.22% from 185); Blue value is 96 (37.89% from 255 or 51.89% from 185); Max value from RGB is 96 - color contains mainly: blue. Hex color #164360 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #164360 is #E9BC9F. Grayscale: #383838. Windows color (decimal): -15318176 or 6308630. OLE color: 6308630.

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

Color convert

RGB226796-
CMYK0.770.3000.62
HSL203.51º62.71%23.14%-
HSV(B)203.51º77.08%37.65%-
XYZ4.455.0311.8-
YUV56.85150.09103.14-

RGB Variations

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

RGB

RED value IS 22 (8.98% from 255) = 11.89%
GREEN value IS 67 (26.56% from 255) = 36.22%
BLUE value IS 96 (37.89% from 255) = 51.89%
R=11.89%
G=36.22%
B=51.89%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal2267960.770.3000.62203.5162.7123.14
Hex1643604D1E03Ecc3f17
Octal26103140115360763147727
Binary101101000011110000010011011111001111101100110011111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #164360

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #164360; }

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

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

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

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

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

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

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

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