#296163

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

Shades of Blue Stone #296163

Tints of Blue Stone #296163

Color information

#296163 (or 0x296163) is unknown color: approx Blue Stone. HEX triplet: 29, 61 and 63. RGB value is (41,97,99). Sum of RGB (Red+Green+Blue) = 41+97+99=237 (31% of max value = 765). Red value is 41 (16.41% from 255 or 17.30% from 237); Green value is 97 (38.28% from 255 or 40.93% from 237); Blue value is 99 (39.06% from 255 or 41.77% from 237); Max value from RGB is 99 - color contains mainly: blue. Hex color #296163 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #296163 is #D69E9C. Grayscale: #505050. Windows color (decimal): -14065309 or 6512937. OLE color: 6512937.

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

Color convert

RGB419799-
CMYK0.590.0200.61
HSL182.07º41.43%27.45%-
HSV(B)182.07º58.59%38.82%-
XYZ7.449.9213.33-
YUV80.48138.4599.84-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 17.30%
GREEN value IS 97 (38.28% from 255) = 40.93%
BLUE value IS 99 (39.06% from 255) = 41.77%
R=17.30%
G=40.93%
B=41.77%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal4197990.590.0200.61182.0741.4327.45
Hex2961633B203Db6291b
Octal511411437320752665133
Binary101001110000111000111110111001111011011011010100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #296163

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #296163; }

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

 H1.HeaderClassName
 {
   color: #296163;
 }
 .AnyTagClassName
 {
   color: #296163;
 }
</style>
background-color css

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

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

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

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

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

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