#296362

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

Shades of Blue Stone #296362

Tints of Blue Stone #296362

Color information

#296362 (or 0x296362) is unknown color: approx Blue Stone. HEX triplet: 29, 63 and 62. RGB value is (41,99,98). Sum of RGB (Red+Green+Blue) = 41+99+98=238 (31% of max value = 765). Red value is 41 (16.41% from 255 or 17.23% from 238); Green value is 99 (39.06% from 255 or 41.60% from 238); Blue value is 98 (38.67% from 255 or 41.18% from 238); Max value from RGB is 99 - color contains mainly: green. Hex color #296362 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #296362 is #D69C9D. Grayscale: #515151. Windows color (decimal): -14064798 or 6447913. OLE color: 6447913.

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

Color convert

RGB419998-
CMYK0.5900.010.61
HSL178.97º41.43%27.45%-
HSV(B)178.97º58.59%38.82%-
XYZ7.5810.2813.14-
YUV81.54137.2899.08-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 17.23%
GREEN value IS 99 (39.06% from 255) = 41.60%
BLUE value IS 98 (38.67% from 255) = 41.18%
R=17.23%
G=41.60%
B=41.18%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal4199980.5900.010.61178.9741.4327.45
Hex2963623B013Db3291b
Octal511431427301752635133
Binary10100111000111100010111011011111011011001110100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #296362

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #296362; }

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

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

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

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

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

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

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

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