#256B64

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

Shades of Blue Stone #256B64

Tints of Blue Stone #256B64

Color information

#256B64 (or 0x256B64) is unknown color: approx Blue Stone. HEX triplet: 25, 6B and 64. RGB value is (37,107,100). Sum of RGB (Red+Green+Blue) = 37+107+100=244 (32% of max value = 765). Red value is 37 (14.84% from 255 or 15.16% from 244); Green value is 107 (42.19% from 255 or 43.85% from 244); Blue value is 100 (39.45% from 255 or 40.98% from 244); Max value from RGB is 107 - color contains mainly: green. Hex color #256B64 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #256B64 is #DA949B. Grayscale: #555555. Windows color (decimal): -14324892 or 6581029. OLE color: 6581029.

HSL color Cylindrical-coordinate representation of color #256B64: hue angle of 174º degrees, saturation: 0.49, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #256B64 is Cyan = 0.65, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.58.

Color convert

RGB37107100-
CMYK0.6500.070.58
HSL174º48.61%28.24%-
HSV(B)174º65.42%41.96%-
XYZ8.3211.8313.9-
YUV85.27136.3193.57-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 15.16%
GREEN value IS 107 (42.19% from 255) = 43.85%
BLUE value IS 100 (39.45% from 255) = 40.98%
R=15.16%
G=43.85%
B=40.98%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal371071000.6500.070.5817448.6128.24
Hex256B6441073Aae311c
Octal4515314410107722566134
Binary10010111010111100100100000101111110101010111011000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #256B64

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #256B64; }

 p { color: rgb(37,107,100); }

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

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

 a { background-color: rgb(37,107,100); }

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

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

 span { border-color: rgb(37,107,100); }

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