#296363

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

Shades of Blue Stone #296363

Tints of Blue Stone #296363

Color information

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

RGB419999-
CMYK0.59000.61
HSL180º41.43%27.45%-
HSV(B)180º58.59%38.82%-
XYZ7.6310.313.39-
YUV81.66137.7899-

RGB Variations

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

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 (Cyan) values IS 0.59
M (Magenta) values IS 0
Y (Yellow) values IS 0
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal4199990.59000.6118041.4327.45
Hex2963633B003Db4291b
Octal511431437300752645133
Binary10100111000111100011111011001111011011010010100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #296363

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



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