#296361

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

Shades of Blue Stone #296361

Tints of Blue Stone #296361

Color information

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

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

Color convert

RGB419997-
CMYK0.5900.020.61
HSL177.93º41.43%27.45%-
HSV(B)177.93º58.59%38.82%-
XYZ7.5310.2612.89-
YUV81.43136.7899.16-

RGB Variations

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

RGB

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

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal4199970.5900.020.61177.9341.4327.45
Hex2963613B023Db2291b
Octal511431417302752625133
Binary101001110001111000011110110101111011011001010100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #296361

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #296361; }

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

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

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

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

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

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

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

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