#256E72

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

Shades of Atoll #256E72

Tints of Atoll #256E72

Color information

#256E72 (or 0x256E72) is unknown color: approx Atoll. HEX triplet: 25, 6E and 72. RGB value is (37,110,114). Sum of RGB (Red+Green+Blue) = 37+110+114=261 (34% of max value = 765). Red value is 37 (14.84% from 255 or 14.18% from 261); Green value is 110 (43.36% from 255 or 42.15% from 261); Blue value is 114 (44.92% from 255 or 43.68% from 261); Max value from RGB is 114 - color contains mainly: blue. Hex color #256E72 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #256E72 is #DA918D. Grayscale: #585858. Windows color (decimal): -14324110 or 7499301. OLE color: 7499301.

HSL color Cylindrical-coordinate representation of color #256E72: hue angle of 183.12º degrees, saturation: 0.51, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #256E72 is Cyan = 0.68, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB37110114-
CMYK0.680.0400.55
HSL183.12º50.99%29.61%-
HSV(B)183.12º67.54%44.71%-
XYZ9.3812.7617.89-
YUV88.63142.3291.17-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 14.18%
GREEN value IS 110 (43.36% from 255) = 42.15%
BLUE value IS 114 (44.92% from 255) = 43.68%
R=14.18%
G=42.15%
B=43.68%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal371101140.680.0400.55183.1250.9929.61
Hex256E72444037b7331e
Octal4515616210440672676336
Binary10010111011101110010100010010001101111011011111001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #256E72

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(37,110,114); }

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

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

 a { background-color: rgb(37,110,114); }

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

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

 span { border-color: rgb(37,110,114); }

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