#296769

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

Shades of Blue Stone #296769

Tints of Blue Stone #296769

Color information

#296769 (or 0x296769) is unknown color: approx Blue Stone. HEX triplet: 29, 67 and 69. RGB value is (41,103,105). Sum of RGB (Red+Green+Blue) = 41+103+105=249 (32% of max value = 765). Red value is 41 (16.41% from 255 or 16.47% from 249); Green value is 103 (40.62% from 255 or 41.37% from 249); Blue value is 105 (41.41% from 255 or 42.17% from 249); Max value from RGB is 105 - color contains mainly: blue. Hex color #296769 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #296769 is #D69896. Grayscale: #545454. Windows color (decimal): -14063767 or 6907689. OLE color: 6907689.

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

Color convert

RGB41103105-
CMYK0.610.0200.59
HSL181.88º43.84%28.63%-
HSV(B)181.88º60.95%41.18%-
XYZ8.3111.1915.09-
YUV84.69139.4696.84-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 16.47%
GREEN value IS 103 (40.62% from 255) = 41.37%
BLUE value IS 105 (41.41% from 255) = 42.17%
R=16.47%
G=41.37%
B=42.17%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal411031050.610.0200.59181.8843.8428.63
Hex2967693D203Bb62c1d
Octal511471517520732665435
Binary101001110011111010011111011001110111011011010110011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #296769

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #296769; }

 p { color: rgb(41,103,105); }

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

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

 a { background-color: rgb(41,103,105); }

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

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

 span { border-color: rgb(41,103,105); }

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