#177269

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

Shades of Blue Stone #177269

Tints of Blue Stone #177269

Color information

#177269 (or 0x177269) is unknown color: approx Blue Stone. HEX triplet: 17, 72 and 69. RGB value is (23,114,105). Sum of RGB (Red+Green+Blue) = 23+114+105=242 (32% of max value = 765). Red value is 23 (9.38% from 255 or 9.50% from 242); Green value is 114 (44.92% from 255 or 47.11% from 242); Blue value is 105 (41.41% from 255 or 43.39% from 242); Max value from RGB is 114 - color contains mainly: green. Hex color #177269 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #177269 is #E88D96. Grayscale: #555555. Windows color (decimal): -15240599 or 6910487. OLE color: 6910487.

HSL color Cylindrical-coordinate representation of color #177269: hue angle of 174.07º degrees, saturation: 0.66, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #177269 is Cyan = 0.80, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.55.

Color convert

RGB23114105-
CMYK0.8000.080.55
HSL174.07º66.42%26.86%-
HSV(B)174.07º79.82%44.71%-
XYZ8.9213.2415.45-
YUV85.76138.8583.23-

RGB Variations

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

RGB

RED value IS 23 (9.38% from 255) = 9.50%
GREEN value IS 114 (44.92% from 255) = 47.11%
BLUE value IS 105 (41.41% from 255) = 43.39%
R=9.50%
G=47.11%
B=43.39%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal231141050.8000.080.55174.0766.4226.86
Hex177269500837ae421b
Octal271621511200106725610233
Binary101111110010110100110100000100011011110101110100001011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #177269

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #177269; }

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

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

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

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

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

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

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

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