#256962

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

Shades of Blue Stone #256962

Tints of Blue Stone #256962

Color information

#256962 (or 0x256962) is unknown color: approx Blue Stone. HEX triplet: 25, 69 and 62. RGB value is (37,105,98). Sum of RGB (Red+Green+Blue) = 37+105+98=240 (31% of max value = 765). Red value is 37 (14.84% from 255 or 15.42% from 240); Green value is 105 (41.41% from 255 or 43.75% from 240); Blue value is 98 (38.67% from 255 or 40.83% from 240); Max value from RGB is 105 - color contains mainly: green. Hex color #256962 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #256962 is #DA969D. Grayscale: #535353. Windows color (decimal): -14325406 or 6449445. OLE color: 6449445.

HSL color Cylindrical-coordinate representation of color #256962: hue angle of 173.82º degrees, saturation: 0.48, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #256962 is Cyan = 0.65, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.59.

Color convert

RGB3710598-
CMYK0.6500.070.59
HSL173.82º47.89%27.84%-
HSV(B)173.82º64.76%41.18%-
XYZ8.0211.3813.33-
YUV83.87135.9794.57-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 15.42%
GREEN value IS 105 (41.41% from 255) = 43.75%
BLUE value IS 98 (38.67% from 255) = 40.83%
R=15.42%
G=43.75%
B=40.83%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal37105980.6500.070.59173.8247.8927.84
Hex25696241073Bae301c
Octal4515114210107732566034
Binary10010111010011100010100000101111110111010111011000011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #256962

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #256962; }

 p { color: rgb(37,105,98); }

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

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

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

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

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

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

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