#296262

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

Shades of Blue Stone #296262

Tints of Blue Stone #296262

Color information

#296262 (or 0x296262) is unknown color: approx Blue Stone. HEX triplet: 29, 62 and 62. RGB value is (41,98,98). Sum of RGB (Red+Green+Blue) = 41+98+98=237 (31% of max value = 765). Red value is 41 (16.41% from 255 or 17.30% from 237); Green value is 98 (38.67% from 255 or 41.35% from 237); Blue value is 98 (38.67% from 255 or 41.35% from 237); Max value from RGB is 98 - color contains mainly: green, blue. Hex color #296262 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #296262 is #D69D9D. Grayscale: #505050. Windows color (decimal): -14065054 or 6447657. OLE color: 6447657.

HSL color Cylindrical-coordinate representation of color #296262: hue angle of 180º 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 #296262 is Cyan = 0.58, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB419898-
CMYK0.58000.62
HSL180º41.01%27.25%-
HSV(B)180º58.16%38.43%-
XYZ7.4910.0913.11-
YUV80.96137.6299.5-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 17.30%
GREEN value IS 98 (38.67% from 255) = 41.35%
BLUE value IS 98 (38.67% from 255) = 41.35%
R=17.30%
G=41.35%
B=41.35%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal4198980.58000.6218041.0127.25
Hex2962623A003Eb4291b
Octal511421427200762645133
Binary10100111000101100010111010001111101011010010100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #296262

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #296262; }

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

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

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

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

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

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

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

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