#175764

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

Shades of Blue Stone #175764

Tints of Blue Stone #175764

Color information

#175764 (or 0x175764) is unknown color: approx Blue Stone. HEX triplet: 17, 57 and 64. RGB value is (23,87,100). Sum of RGB (Red+Green+Blue) = 23+87+100=210 (27% of max value = 765). Red value is 23 (9.38% from 255 or 10.95% from 210); Green value is 87 (34.38% from 255 or 41.43% from 210); Blue value is 100 (39.45% from 255 or 47.62% from 210); Max value from RGB is 100 - color contains mainly: blue. Hex color #175764 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #175764 is #E8A89B. Grayscale: #454545. Windows color (decimal): -15247516 or 6575895. OLE color: 6575895.

HSL color Cylindrical-coordinate representation of color #175764: hue angle of 190.13º degrees, saturation: 0.63, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #175764 is Cyan = 0.77, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.61.

Color convert

RGB2387100-
CMYK0.770.1300.61
HSL190.13º62.6%24.12%-
HSV(B)190.13º77%39.22%-
XYZ6.067.9213.27-
YUV69.35145.394.94-

RGB Variations

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

RGB

RED value IS 23 (9.38% from 255) = 10.95%
GREEN value IS 87 (34.38% from 255) = 41.43%
BLUE value IS 100 (39.45% from 255) = 47.62%
R=10.95%
G=41.43%
B=47.62%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal23871000.770.1300.61190.1362.624.12
Hex1757644DD03Dbe3f18
Octal27127144115150752767730
Binary10111101011111001001001101110101111011011111011111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #175764

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #175764; }

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

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

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

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

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

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

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

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