#176964

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

Shades of Blue Stone #176964

Tints of Blue Stone #176964

Color information

#176964 (or 0x176964) is unknown color: approx Blue Stone. HEX triplet: 17, 69 and 64. RGB value is (23,105,100). Sum of RGB (Red+Green+Blue) = 23+105+100=228 (30% of max value = 765). Red value is 23 (9.38% from 255 or 10.09% from 228); Green value is 105 (41.41% from 255 or 46.05% from 228); Blue value is 100 (39.45% from 255 or 43.86% from 228); Max value from RGB is 105 - color contains mainly: green. Hex color #176964 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #176964 is #E8969B. Grayscale: #4F4F4F. Windows color (decimal): -15242908 or 6580503. OLE color: 6580503.

HSL color Cylindrical-coordinate representation of color #176964: hue angle of 176.34º degrees, saturation: 0.64, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #176964 is Cyan = 0.78, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.59.

Color convert

RGB23105100-
CMYK0.7800.050.59
HSL176.34º64.06%25.1%-
HSV(B)176.34º78.1%41.18%-
XYZ7.7111.2113.81-
YUV79.91139.3387.41-

RGB Variations

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

RGB

RED value IS 23 (9.38% from 255) = 10.09%
GREEN value IS 105 (41.41% from 255) = 46.05%
BLUE value IS 100 (39.45% from 255) = 43.86%
R=10.09%
G=46.05%
B=43.86%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal231051000.7800.050.59176.3464.0625.1
Hex1769644E053Bb04019
Octal27151144116057326010031
Binary10111110100111001001001110010111101110110000100000011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #176964

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #176964; }

 p { color: rgb(23,105,100); }

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

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

 a { background-color: rgb(23,105,100); }

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

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

 span { border-color: rgb(23,105,100); }

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