#296160

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

Shades of Blue Stone #296160

Tints of Blue Stone #296160

Color information

#296160 (or 0x296160) is unknown color: approx Blue Stone. HEX triplet: 29, 61 and 60. RGB value is (41,97,96). Sum of RGB (Red+Green+Blue) = 41+97+96=234 (30% of max value = 765). Red value is 41 (16.41% from 255 or 17.52% from 234); Green value is 97 (38.28% from 255 or 41.45% from 234); Blue value is 96 (37.89% from 255 or 41.03% from 234); Max value from RGB is 97 - color contains mainly: green. Hex color #296160 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #296160 is #D69E9F. Grayscale: #505050. Windows color (decimal): -14065312 or 6316329. OLE color: 6316329.

HSL color Cylindrical-coordinate representation of color #296160: hue angle of 178.93º degrees, saturation: 0.41, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #296160 is Cyan = 0.58, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.62.

Color convert

RGB419796-
CMYK0.5800.010.62
HSL178.93º40.58%27.06%-
HSV(B)178.93º57.73%38.04%-
XYZ7.39.8712.59-
YUV80.14136.95100.08-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 17.52%
GREEN value IS 97 (38.28% from 255) = 41.45%
BLUE value IS 96 (37.89% from 255) = 41.03%
R=17.52%
G=41.45%
B=41.03%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal4197960.5800.010.62178.9340.5827.06
Hex2961603A013Eb3291b
Octal511411407201762635133
Binary10100111000011100000111010011111101011001110100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #296160

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #296160; }

 p { color: rgb(41,97,96); }

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

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

 a { background-color: rgb(41,97,96); }

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

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

 span { border-color: rgb(41,97,96); }

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