Html Css Color HEX #296969 Blue Stone

📋 copy color: '#296969'

red 41 ◦ green 105 ◦ blue 105

#296969
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Blue Stone #296969

Tints of Blue Stone #296969

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 value IS 0.61

 M value IS 0

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#296969 (or 0x296969) is known color: 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

RGB 41 105 105 -
CMYK 0.61 0 0 0.59
HSL 180º 0.44% 0.29% -
HSV(B) 180º 0.61% 0.41% -
XYZ 8.52 11.59 15.15 -
YUV 85.86 138.8 96 -
System Red Green Blue C M Y K H S L
Decimal 41 105 105 0.61 0 0 0.59 180 0.44 0.29
Hex 29 69 69 3D 0 0 3B B4 2C 1D
Octal 51 151 151 75 0 0 73 264 54 35
Binary 101001 1101001 1101001 111101 0 0 111011 10110100 101100 11101

Color Harmonies of #296969

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #296969

Black with #296969

Text Example


Text Example

White with #296969

Text Example


Text Example

HTML Codes & Css Web 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>