#256B68

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

Shades of Blue Stone #256B68

Tints of Blue Stone #256B68

Color information

#256B68 (or 0x256B68) is unknown color: approx Blue Stone. HEX triplet: 25, 6B and 68. RGB value is (37,107,104). Sum of RGB (Red+Green+Blue) = 37+107+104=248 (32% of max value = 765). Red value is 37 (14.84% from 255 or 14.92% from 248); Green value is 107 (42.19% from 255 or 43.15% from 248); Blue value is 104 (41.02% from 255 or 41.94% from 248); Max value from RGB is 107 - color contains mainly: green. Hex color #256B68 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #256B68 is #DA9497. Grayscale: #555555. Windows color (decimal): -14324888 or 6843173. OLE color: 6843173.

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

Color convert

RGB37107104-
CMYK0.6500.030.58
HSL177.43º48.61%28.24%-
HSV(B)177.43º65.42%41.96%-
XYZ8.5211.9114.95-
YUV85.73138.3193.24-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 14.92%
GREEN value IS 107 (42.19% from 255) = 43.15%
BLUE value IS 104 (41.02% from 255) = 41.94%
R=14.92%
G=43.15%
B=41.94%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal371071040.6500.030.58177.4348.6128.24
Hex256B6841033Ab1311c
Octal4515315010103722616134
Binary1001011101011110100010000010111110101011000111000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #256B68

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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