#256E7B

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

Shades of Allports #256E7B

Tints of Allports #256E7B

Color information

#256E7B (or 0x256E7B) is unknown color: approx Allports. HEX triplet: 25, 6E and 7B. RGB value is (37,110,123). Sum of RGB (Red+Green+Blue) = 37+110+123=270 (35% of max value = 765). Red value is 37 (14.84% from 255 or 13.70% from 270); Green value is 110 (43.36% from 255 or 40.74% from 270); Blue value is 123 (48.44% from 255 or 45.56% from 270); Max value from RGB is 123 - color contains mainly: blue. Hex color #256E7B is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #256E7B is #DA9184. Grayscale: #595959. Windows color (decimal): -14324101 or 8089125. OLE color: 8089125.

HSL color Cylindrical-coordinate representation of color #256E7B: hue angle of 189.07º degrees, saturation: 0.54, 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 #256E7B is Cyan = 0.70, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB37110123-
CMYK0.700.1100.52
HSL189.07º53.75%31.37%-
HSV(B)189.07º69.92%48.24%-
XYZ9.9112.9820.72-
YUV89.66146.8290.44-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 13.70%
GREEN value IS 110 (43.36% from 255) = 40.74%
BLUE value IS 123 (48.44% from 255) = 45.56%
R=13.70%
G=40.74%
B=45.56%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal371101230.700.1100.52189.0753.7531.37
Hex256E7B46B034bd361f
Octal45156173106130642756637
Binary100101110111011110111000110101101101001011110111011011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #256E7B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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