#296869

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

Shades of Blue Stone #296869

Tints of Blue Stone #296869

Color information

#296869 (or 0x296869) is unknown color: approx Blue Stone. HEX triplet: 29, 68 and 69. RGB value is (41,104,105). Sum of RGB (Red+Green+Blue) = 41+104+105=250 (33% of max value = 765). Red value is 41 (16.41% from 255 or 16.4% from 250); Green value is 104 (41.02% from 255 or 41.6% from 250); Blue value is 105 (41.41% from 255 or 42% from 250); Max value from RGB is 105 - color contains mainly: blue. Hex color #296869 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #296869 is #D69796. Grayscale: #555555. Windows color (decimal): -14063511 or 6907945. OLE color: 6907945.

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

Color convert

RGB41104105-
CMYK0.610.0100.59
HSL180.94º43.84%28.63%-
HSV(B)180.94º60.95%41.18%-
XYZ8.4111.3915.12-
YUV85.28139.1396.42-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 16.4%
GREEN value IS 104 (41.02% from 255) = 41.6%
BLUE value IS 105 (41.41% from 255) = 42%
R=16.4%
G=41.6%
B=42%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal411041050.610.0100.59180.9443.8428.63
Hex2968693D103Bb52c1d
Octal511501517510732655435
Binary10100111010001101001111101101110111011010110110011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #296869

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #296869; }

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

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

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

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

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

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

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

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