Html Css Color HEX #296063 Blue Stone

📋 copy color: '#296063'

red 41 ◦ green 96 ◦ blue 99

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

Shades of Blue Stone #296063

Tints of Blue Stone #296063

RGB

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

 GREEN value IS 96 (37.89% from 255) = 40.68%

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

R = 17.37%
G = 40.68%
B = 41.95%

CMYK

 C value IS 0.59

 M value IS 0.03

 Y value IS 0

 K value IS 0.61

RGB Variations

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

Color information

#296063 (or 0x296063) is known color: Blue Stone. HEX triplet: 29, 60 and 63. RGB value is (41,96,99). Sum of RGB (Red+Green+Blue) = 41+96+99=236 (31% of max value = 765). Red value is 41 (16.41% from 255 or 17.37% from 236); Green value is 96 (37.89% from 255 or 40.68% from 236); Blue value is 99 (39.06% from 255 or 41.95% from 236); Max value from RGB is 99 - color contains mainly: blue. Hex color #296063 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #296063 is #D69F9C. Grayscale: #4F4F4F. Windows color (decimal): -14065565 or 6512681. OLE color: 6512681.

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

Color convert

RGB 41 96 99 -
CMYK 0.59 0.03 0 0.61
HSL 183.1º 0.41% 0.27% -
HSV(B) 183.1º 0.59% 0.39% -
XYZ 7.35 9.74 13.3 -
YUV 79.9 138.78 100.26 -
System Red Green Blue C M Y K H S L
Decimal 41 96 99 0.59 0.03 0 0.61 183.1 0.41 0.27
Hex 29 60 63 3B 3 0 3D B7 29 1B
Octal 51 140 143 73 3 0 75 267 51 33
Binary 101001 1100000 1100011 111011 11 0 111101 10110111 101001 11011

Color Harmonies of #296063

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #296063

Black with #296063

Text Example


Text Example

White with #296063

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #296063; }

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

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

background-color css

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

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

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

border-color css

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

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

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