Html Css Color HEX #296363 Blue Stone

📋 copy color: '#296363'

red 41 ◦ green 99 ◦ blue 99

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

Shades of Blue Stone #296363

Tints of Blue Stone #296363

RGB

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

 GREEN value IS 99 (39.06% from 255) = 41.42%

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

R = 17.15%
G = 41.42%
B = 41.42%

CMYK

 C value IS 0.59

 M value IS 0

 Y value IS 0

 K value IS 0.61

RGB Variations

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

Color information

#296363 (or 0x296363) is known color: Blue Stone. HEX triplet: 29, 63 and 63. RGB value is (41,99,99). Sum of RGB (Red+Green+Blue) = 41+99+99=239 (31% of max value = 765). Red value is 41 (16.41% from 255 or 17.15% from 239); Green value is 99 (39.06% from 255 or 41.42% from 239); Blue value is 99 (39.06% from 255 or 41.42% from 239); Max value from RGB is 99 - color contains mainly: green, blue. Hex color #296363 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #296363 is #D69C9C. Grayscale: #515151. Windows color (decimal): -14064797 or 6513449. OLE color: 6513449.

HSL color Cylindrical-coordinate representation of color #296363: hue angle of 180º 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 #296363 is Cyan = 0.59, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.61.

Color convert

RGB 41 99 99 -
CMYK 0.59 0 0 0.61
HSL 180º 0.41% 0.27% -
HSV(B) 180º 0.59% 0.39% -
XYZ 7.63 10.3 13.39 -
YUV 81.66 137.78 99 -
System Red Green Blue C M Y K H S L
Decimal 41 99 99 0.59 0 0 0.61 180 0.41 0.27
Hex 29 63 63 3B 0 0 3D B4 29 1B
Octal 51 143 143 73 0 0 75 264 51 33
Binary 101001 1100011 1100011 111011 0 0 111101 10110100 101001 11011

Color Harmonies of #296363

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #296363

Black with #296363

Text Example


Text Example

White with #296363

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #296363; }

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

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

background-color css

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

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

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

border-color css

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

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

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