Html Css Color HEX #296160 Blue Stone

📋 copy color: '#296160'

red 41 ◦ green 97 ◦ blue 96

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

Shades of Blue Stone #296160

Tints of Blue Stone #296160

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

 M value IS 0

 Y value IS 0.01

 K value IS 0.62

RGB Variations

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

Color information

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

RGB 41 97 96 -
CMYK 0.58 0 0.01 0.62
HSL 178.93º 0.41% 0.27% -
HSV(B) 178.93º 0.58% 0.38% -
XYZ 7.3 9.87 12.59 -
YUV 80.14 136.95 100.08 -
System Red Green Blue C M Y K H S L
Decimal 41 97 96 0.58 0 0.01 0.62 178.93 0.41 0.27
Hex 29 61 60 3A 0 1 3E B3 29 1B
Octal 51 141 140 72 0 1 76 263 51 33
Binary 101001 1100001 1100000 111010 0 1 111110 10110011 101001 11011

Color Harmonies of #296160

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #296160

Black with #296160

Text Example


Text Example

White with #296160

Text Example


Text Example

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