Html Css Color HEX #296162 Blue Stone

📋 copy color: '#296162'

red 41 ◦ green 97 ◦ blue 98

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

Shades of Blue Stone #296162

Tints of Blue Stone #296162

RGB

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

 GREEN value IS 97 (38.28% from 255) = 41.1%

 BLUE value IS 98 (38.67% from 255) = 41.53%

R = 17.37%
G = 41.1%
B = 41.53%

CMYK

 C value IS 0.58

 M value IS 0.01

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#296162 (or 0x296162) is known color: Blue Stone. HEX triplet: 29, 61 and 62. RGB value is (41,97,98). Sum of RGB (Red+Green+Blue) = 41+97+98=236 (31% of max value = 765). Red value is 41 (16.41% from 255 or 17.37% from 236); Green value is 97 (38.28% from 255 or 41.10% from 236); Blue value is 98 (38.67% from 255 or 41.53% from 236); Max value from RGB is 98 - color contains mainly: blue. Hex color #296162 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #296162 is #D69E9D. Grayscale: #505050. Windows color (decimal): -14065310 or 6447401. OLE color: 6447401.

HSL color Cylindrical-coordinate representation of color #296162: hue angle of 181.05º 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 #296162 is Cyan = 0.58, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB 41 97 98 -
CMYK 0.58 0.01 0 0.62
HSL 181.05º 0.41% 0.27% -
HSV(B) 181.05º 0.58% 0.38% -
XYZ 7.39 9.9 13.08 -
YUV 80.37 137.95 99.92 -
System Red Green Blue C M Y K H S L
Decimal 41 97 98 0.58 0.01 0 0.62 181.05 0.41 0.27
Hex 29 61 62 3A 1 0 3E B5 29 1B
Octal 51 141 142 72 1 0 76 265 51 33
Binary 101001 1100001 1100010 111010 1 0 111110 10110101 101001 11011

Color Harmonies of #296162

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #296162

Black with #296162

Text Example


Text Example

White with #296162

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #296162; }

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

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

background-color css

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

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

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

border-color css

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

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

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