#296562

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

Shades of Blue Stone #296562

Tints of Blue Stone #296562

Color information

#296562 (or 0x296562) is unknown color: approx Blue Stone. HEX triplet: 29, 65 and 62. RGB value is (41,101,98). Sum of RGB (Red+Green+Blue) = 41+101+98=240 (31% of max value = 765). Red value is 41 (16.41% from 255 or 17.08% from 240); Green value is 101 (39.84% from 255 or 42.08% from 240); Blue value is 98 (38.67% from 255 or 40.83% from 240); Max value from RGB is 101 - color contains mainly: green. Hex color #296562 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #296562 is #D69A9D. Grayscale: #525252. Windows color (decimal): -14064286 or 6448425. OLE color: 6448425.

HSL color Cylindrical-coordinate representation of color #296562: hue angle of 177º degrees, saturation: 0.42, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #296562 is Cyan = 0.59, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.60.

Color convert

RGB4110198-
CMYK0.5900.030.60
HSL177º42.25%27.84%-
HSV(B)177º59.41%39.61%-
XYZ7.7710.6613.2-
YUV82.72136.6298.24-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 17.08%
GREEN value IS 101 (39.84% from 255) = 42.08%
BLUE value IS 98 (38.67% from 255) = 40.83%
R=17.08%
G=42.08%
B=40.83%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal41101980.5900.030.6017742.2527.84
Hex2965623B033Cb12a1c
Octal511451427303742615234
Binary101001110010111000101110110111111001011000110101011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #296562

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #296562; }

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

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

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

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

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

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

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

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