Html Css Color HEX #296260 Blue Stone

📋 copy color: '#296260'

red 41 ◦ green 98 ◦ blue 96

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

Shades of Blue Stone #296260

Tints of Blue Stone #296260

RGB

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

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

 BLUE value IS 96 (37.89% from 255) = 40.85%

R = 17.45%
G = 41.7%
B = 40.85%

CMYK

 C value IS 0.58

 M value IS 0

 Y value IS 0.02

 K value IS 0.62

RGB Variations

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

Color information

#296260 (or 0x296260) is known color: Blue Stone. HEX triplet: 29, 62 and 60. RGB value is (41,98,96). Sum of RGB (Red+Green+Blue) = 41+98+96=235 (31% of max value = 765). Red value is 41 (16.41% from 255 or 17.45% from 235); Green value is 98 (38.67% from 255 or 41.70% from 235); Blue value is 96 (37.89% from 255 or 40.85% from 235); Max value from RGB is 98 - color contains mainly: green. Hex color #296260 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #296260 is #D69D9F. Grayscale: #505050. Windows color (decimal): -14065056 or 6316585. OLE color: 6316585.

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

Color convert

RGB 41 98 96 -
CMYK 0.58 0 0.02 0.62
HSL 177.89º 0.41% 0.27% -
HSV(B) 177.89º 0.58% 0.38% -
XYZ 7.39 10.05 12.62 -
YUV 80.73 136.62 99.66 -
System Red Green Blue C M Y K H S L
Decimal 41 98 96 0.58 0 0.02 0.62 177.89 0.41 0.27
Hex 29 62 60 3A 0 2 3E B2 29 1B
Octal 51 142 140 72 0 2 76 262 51 33
Binary 101001 1100010 1100000 111010 0 10 111110 10110010 101001 11011

Color Harmonies of #296260

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #296260

Black with #296260

Text Example


Text Example

White with #296260

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #296260; }

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

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

background-color css

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

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

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

border-color css

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

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

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