#296865

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

Shades of Blue Stone #296865

Tints of Blue Stone #296865

Color information

#296865 (or 0x296865) is unknown color: approx Blue Stone. HEX triplet: 29, 68 and 65. RGB value is (41,104,101). Sum of RGB (Red+Green+Blue) = 41+104+101=246 (32% of max value = 765). Red value is 41 (16.41% from 255 or 16.67% from 246); Green value is 104 (41.02% from 255 or 42.28% from 246); Blue value is 101 (39.84% from 255 or 41.06% from 246); Max value from RGB is 104 - color contains mainly: green. Hex color #296865 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #296865 is #D6979A. Grayscale: #545454. Windows color (decimal): -14063515 or 6645801. OLE color: 6645801.

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

Color convert

RGB41104101-
CMYK0.6100.030.59
HSL177.14º43.45%28.43%-
HSV(B)177.14º60.58%40.78%-
XYZ8.2111.3114.06-
YUV84.82137.1396.74-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 16.67%
GREEN value IS 104 (41.02% from 255) = 42.28%
BLUE value IS 101 (39.84% from 255) = 41.06%
R=16.67%
G=42.28%
B=41.06%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal411041010.6100.030.59177.1443.4528.43
Hex2968653D033Bb12b1c
Octal511501457503732615334
Binary101001110100011001011111010111110111011000110101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #296865

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #296865; }

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

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

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

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

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

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

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

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