#256665

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

Shades of Blue Stone #256665

Tints of Blue Stone #256665

Color information

#256665 (or 0x256665) is unknown color: approx Blue Stone. HEX triplet: 25, 66 and 65. RGB value is (37,102,101). Sum of RGB (Red+Green+Blue) = 37+102+101=240 (31% of max value = 765). Red value is 37 (14.84% from 255 or 15.42% from 240); Green value is 102 (40.23% from 255 or 42.5% from 240); Blue value is 101 (39.84% from 255 or 42.08% from 240); Max value from RGB is 102 - color contains mainly: green. Hex color #256665 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #256665 is #DA999A. Grayscale: #525252. Windows color (decimal): -14326171 or 6645285. OLE color: 6645285.

HSL color Cylindrical-coordinate representation of color #256665: hue angle of 179.08º degrees, saturation: 0.47, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #256665 is Cyan = 0.64, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.6.

Color convert

RGB37102101-
CMYK0.6400.010.6
HSL179.08º46.76%27.25%-
HSV(B)179.08º63.73%40%-
XYZ7.8610.8413.99-
YUV82.45138.4795.58-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 15.42%
GREEN value IS 102 (40.23% from 255) = 42.5%
BLUE value IS 101 (39.84% from 255) = 42.08%
R=15.42%
G=42.5%
B=42.08%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal371021010.6400.010.6179.0846.7627.25
Hex25666540013Cb32f1b
Octal4514614510001742635733
Binary100101110011011001011000000011111001011001110111111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #256665

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #256665; }

 p { color: rgb(37,102,101); }

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

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

 a { background-color: rgb(37,102,101); }

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

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

 span { border-color: rgb(37,102,101); }

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