Html Css Color HEX #296261 Blue Stone

📋 copy color: '#296261'

red 41 ◦ green 98 ◦ blue 97

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

Shades of Blue Stone #296261

Tints of Blue Stone #296261

RGB

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

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

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

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

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

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

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

Color convert

RGB 41 98 97 -
CMYK 0.58 0 0.01 0.62
HSL 178.95º 0.41% 0.27% -
HSV(B) 178.95º 0.58% 0.38% -
XYZ 7.44 10.07 12.86 -
YUV 80.84 137.12 99.58 -
System Red Green Blue C M Y K H S L
Decimal 41 98 97 0.58 0 0.01 0.62 178.95 0.41 0.27
Hex 29 62 61 3A 0 1 3E B3 29 1B
Octal 51 142 141 72 0 1 76 263 51 33
Binary 101001 1100010 1100001 111010 0 1 111110 10110011 101001 11011

Color Harmonies of #296261

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #296261

Black with #296261

Text Example


Text Example

White with #296261

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #296261; }

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

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

background-color css

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

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

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

border-color css

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

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

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