#296864

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

Shades of Blue Stone #296864

Tints of Blue Stone #296864

Color information

#296864 (or 0x296864) is unknown color: approx Blue Stone. HEX triplet: 29, 68 and 64. RGB value is (41,104,100). Sum of RGB (Red+Green+Blue) = 41+104+100=245 (32% of max value = 765). Red value is 41 (16.41% from 255 or 16.73% from 245); Green value is 104 (41.02% from 255 or 42.45% from 245); Blue value is 100 (39.45% from 255 or 40.82% from 245); Max value from RGB is 104 - color contains mainly: green. Hex color #296864 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #296864 is #D6979B. Grayscale: #545454. Windows color (decimal): -14063516 or 6580265. OLE color: 6580265.

HSL color Cylindrical-coordinate representation of color #296864: hue angle of 176.19º degrees, saturation: 0.43, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #296864 is Cyan = 0.61, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.59.

Color convert

RGB41104100-
CMYK0.6100.040.59
HSL176.19º43.45%28.43%-
HSV(B)176.19º60.58%40.78%-
XYZ8.1711.2913.81-
YUV84.71136.6396.83-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 16.73%
GREEN value IS 104 (41.02% from 255) = 42.45%
BLUE value IS 100 (39.45% from 255) = 40.82%
R=16.73%
G=42.45%
B=40.82%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal411041000.6100.040.59176.1943.4528.43
Hex2968643D043Bb02b1c
Octal511501447504732605334
Binary1010011101000110010011110101001110111011000010101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #296864

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #296864; }

 p { color: rgb(41,104,100); }

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

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

 a { background-color: rgb(41,104,100); }

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

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

 span { border-color: rgb(41,104,100); }

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