#296969

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

Shades of Blue Stone #296969

Tints of Blue Stone #296969

Color information

#296969 (or 0x296969) is unknown color: approx Blue Stone. HEX triplet: 29, 69 and 69. RGB value is (41,105,105). Sum of RGB (Red+Green+Blue) = 41+105+105=251 (33% of max value = 765). Red value is 41 (16.41% from 255 or 16.33% from 251); Green value is 105 (41.41% from 255 or 41.83% from 251); Blue value is 105 (41.41% from 255 or 41.83% from 251); Max value from RGB is 105 - color contains mainly: green, blue. Hex color #296969 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #296969 is #D69696. Grayscale: #555555. Windows color (decimal): -14063255 or 6908201. OLE color: 6908201.

HSL color Cylindrical-coordinate representation of color #296969: hue angle of 180º degrees, saturation: 0.44, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #296969 is Cyan = 0.61, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB41105105-
CMYK0.61000.59
HSL180º43.84%28.63%-
HSV(B)180º60.95%41.18%-
XYZ8.5211.5915.15-
YUV85.86138.896-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 16.33%
GREEN value IS 105 (41.41% from 255) = 41.83%
BLUE value IS 105 (41.41% from 255) = 41.83%
R=16.33%
G=41.83%
B=41.83%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal411051050.61000.5918043.8428.63
Hex2969693D003Bb42c1d
Octal511511517500732645435
Binary10100111010011101001111101001110111011010010110011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #296969

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #296969; }

 p { color: rgb(41,105,105); }

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

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

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

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

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

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

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