#256E7A

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

Shades of Allports #256E7A

Tints of Allports #256E7A

Color information

#256E7A (or 0x256E7A) is unknown color: approx Allports. HEX triplet: 25, 6E and 7A. RGB value is (37,110,122). Sum of RGB (Red+Green+Blue) = 37+110+122=269 (35% of max value = 765). Red value is 37 (14.84% from 255 or 13.75% from 269); Green value is 110 (43.36% from 255 or 40.89% from 269); Blue value is 122 (48.05% from 255 or 45.35% from 269); Max value from RGB is 122 - color contains mainly: blue. Hex color #256E7A is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #256E7A is #DA9185. Grayscale: #595959. Windows color (decimal): -14324102 or 8023589. OLE color: 8023589.

HSL color Cylindrical-coordinate representation of color #256E7A: hue angle of 188.47º degrees, saturation: 0.53, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #256E7A is Cyan = 0.70, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB37110122-
CMYK0.700.1000.52
HSL188.47º53.46%31.18%-
HSV(B)188.47º69.67%47.84%-
XYZ9.8512.9520.39-
YUV89.54146.3290.52-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 13.75%
GREEN value IS 110 (43.36% from 255) = 40.89%
BLUE value IS 122 (48.05% from 255) = 45.35%
R=13.75%
G=40.89%
B=45.35%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal371101220.700.1000.52188.4753.4631.18
Hex256E7A46A034bc351f
Octal45156172106120642746537
Binary100101110111011110101000110101001101001011110011010111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #256E7A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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