Html Css Color HEX #296966 Blue Stone

📋 copy color: '#296966'

red 41 ◦ green 105 ◦ blue 102

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

Shades of Blue Stone #296966

Tints of Blue Stone #296966

RGB

 RED value IS 41 (16.41% from 255) = 16.53%

 GREEN value IS 105 (41.41% from 255) = 42.34%

 BLUE value IS 102 (40.23% from 255) = 41.13%

R = 16.53%
G = 42.34%
B = 41.13%

CMYK

 C value IS 0.61

 M value IS 0

 Y value IS 0.03

 K value IS 0.59

RGB Variations

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

Color information

#296966 (or 0x296966) is known color: Blue Stone. HEX triplet: 29, 69 and 66. RGB value is (41,105,102). Sum of RGB (Red+Green+Blue) = 41+105+102=248 (32% of max value = 765). Red value is 41 (16.41% from 255 or 16.53% from 248); Green value is 105 (41.41% from 255 or 42.34% from 248); Blue value is 102 (40.23% from 255 or 41.13% from 248); Max value from RGB is 105 - color contains mainly: green. Hex color #296966 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #296966 is #D69699. Grayscale: #555555. Windows color (decimal): -14063258 or 6711593. OLE color: 6711593.

HSL color Cylindrical-coordinate representation of color #296966: hue angle of 177.19º 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 #296966 is Cyan = 0.61, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.59.

Color convert

RGB 41 105 102 -
CMYK 0.61 0 0.03 0.59
HSL 177.19º 0.44% 0.29% -
HSV(B) 177.19º 0.61% 0.41% -
XYZ 8.36 11.53 14.36 -
YUV 85.52 137.3 96.24 -
System Red Green Blue C M Y K H S L
Decimal 41 105 102 0.61 0 0.03 0.59 177.19 0.44 0.29
Hex 29 69 66 3D 0 3 3B B1 2C 1D
Octal 51 151 146 75 0 3 73 261 54 35
Binary 101001 1101001 1100110 111101 0 11 111011 10110001 101100 11101

Color Harmonies of #296966

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #296966

Black with #296966

Text Example


Text Example

White with #296966

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #296966; }

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

 H1.HeaderClassName
 {
   color: #296966;
 }
 .AnyTagClassName
 {
   color: #296966;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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