#296063

Color #296063 Blue Stone (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Blue Stone #296063

Tints of Blue Stone #296063

Color information

#296063 (or 0x296063) is unknown color: approx 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

RGB419699-
CMYK0.590.0300.61
HSL183.1º41.43%27.45%-
HSV(B)183.1º58.59%38.82%-
XYZ7.359.7413.3-
YUV79.9138.78100.26-

RGB Variations

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

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 (Cyan) values IS 0.59
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal4196990.590.0300.61183.141.4327.45
Hex2960633B303Db7291b
Octal511401437330752675133
Binary101001110000011000111110111101111011011011110100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #296063

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>