#296261

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

Shades of Blue Stone #296261

Tints of Blue Stone #296261

Color information

#296261 (or 0x296261) is unknown color: approx Blue Stone. HEX triplet: 29, 62 and 61. RGB value is (41,98,97). Sum of RGB (Red+Green+Blue) = 41+98+97=236 (31% of max value = 765). Red value is 41 (16.41% from 255 or 17.37% from 236); Green value is 98 (38.67% from 255 or 41.53% from 236); Blue value is 97 (38.28% from 255 or 41.10% from 236); Max value from RGB is 98 - color contains mainly: green. Hex color #296261 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #296261 is #D69D9E. Grayscale: #505050. Windows color (decimal): -14065055 or 6382121. OLE color: 6382121.

HSL color Cylindrical-coordinate representation of color #296261: hue angle of 178.95º degrees, saturation: 0.41, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #296261 is Cyan = 0.58, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.62.

Color convert

RGB419897-
CMYK0.5800.010.62
HSL178.95º41.01%27.25%-
HSV(B)178.95º58.16%38.43%-
XYZ7.4410.0712.86-
YUV80.84137.1299.58-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 17.37%
GREEN value IS 98 (38.67% from 255) = 41.53%
BLUE value IS 97 (38.28% from 255) = 41.10%
R=17.37%
G=41.53%
B=41.10%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal4198970.5800.010.62178.9541.0127.25
Hex2962613A013Eb3291b
Octal511421417201762635133
Binary10100111000101100001111010011111101011001110100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #296261

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #296261; }

 p { color: rgb(41,98,97); }

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

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

 a { background-color: rgb(41,98,97); }

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

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

 span { border-color: rgb(41,98,97); }

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