Html Css Color HEX #296263 Blue Stone

📋 copy color: '#296263'

red 41 ◦ green 98 ◦ blue 99

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

Shades of Blue Stone #296263

Tints of Blue Stone #296263

RGB

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

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

 BLUE value IS 99 (39.06% from 255) = 41.6%

R = 17.23%
G = 41.18%
B = 41.6%

CMYK

 C value IS 0.59

 M value IS 0.01

 Y value IS 0

 K value IS 0.61

RGB Variations

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

Color information

#296263 (or 0x296263) is known color: Blue Stone. HEX triplet: 29, 62 and 63. RGB value is (41,98,99). Sum of RGB (Red+Green+Blue) = 41+98+99=238 (31% of max value = 765). Red value is 41 (16.41% from 255 or 17.23% from 238); Green value is 98 (38.67% from 255 or 41.18% from 238); Blue value is 99 (39.06% from 255 or 41.60% from 238); Max value from RGB is 99 - color contains mainly: blue. Hex color #296263 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #296263 is #D69D9C. Grayscale: #515151. Windows color (decimal): -14065053 or 6513193. OLE color: 6513193.

HSL color Cylindrical-coordinate representation of color #296263: hue angle of 181.03º degrees, saturation: 0.41, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #296263 is Cyan = 0.59, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.61.

Color convert

RGB 41 98 99 -
CMYK 0.59 0.01 0 0.61
HSL 181.03º 0.41% 0.27% -
HSV(B) 181.03º 0.59% 0.39% -
XYZ 7.53 10.11 13.36 -
YUV 81.07 138.12 99.42 -
System Red Green Blue C M Y K H S L
Decimal 41 98 99 0.59 0.01 0 0.61 181.03 0.41 0.27
Hex 29 62 63 3B 1 0 3D B5 29 1B
Octal 51 142 143 73 1 0 75 265 51 33
Binary 101001 1100010 1100011 111011 1 0 111101 10110101 101001 11011

Color Harmonies of #296263

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #296263

Black with #296263

Text Example


Text Example

White with #296263

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #296263; }

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

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

background-color css

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

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

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

border-color css

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

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

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