#296866

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

Shades of Blue Stone #296866

Tints of Blue Stone #296866

Color information

#296866 (or 0x296866) is unknown color: approx Blue Stone. HEX triplet: 29, 68 and 66. RGB value is (41,104,102). Sum of RGB (Red+Green+Blue) = 41+104+102=247 (32% of max value = 765). Red value is 41 (16.41% from 255 or 16.60% from 247); Green value is 104 (41.02% from 255 or 42.11% from 247); Blue value is 102 (40.23% from 255 or 41.30% from 247); Max value from RGB is 104 - color contains mainly: green. Hex color #296866 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #296866 is #D69799. Grayscale: #545454. Windows color (decimal): -14063514 or 6711337. OLE color: 6711337.

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

Color convert

RGB41104102-
CMYK0.6100.020.59
HSL178.1º43.45%28.43%-
HSV(B)178.1º60.58%40.78%-
XYZ8.2611.3314.32-
YUV84.93137.6396.66-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 16.60%
GREEN value IS 104 (41.02% from 255) = 42.11%
BLUE value IS 102 (40.23% from 255) = 41.30%
R=16.60%
G=42.11%
B=41.30%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal411041020.6100.020.59178.143.4528.43
Hex2968663D023Bb22b1c
Octal511501467502732625334
Binary101001110100011001101111010101110111011001010101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #296866

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #296866; }

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

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

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

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

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

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

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

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