#256D7D

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

Shades of Allports #256D7D

Tints of Allports #256D7D

Color information

#256D7D (or 0x256D7D) is unknown color: approx Allports. HEX triplet: 25, 6D and 7D. RGB value is (37,109,125). Sum of RGB (Red+Green+Blue) = 37+109+125=271 (35% of max value = 765). Red value is 37 (14.84% from 255 or 13.65% from 271); Green value is 109 (42.97% from 255 or 40.22% from 271); Blue value is 125 (49.22% from 255 or 46.13% from 271); Max value from RGB is 125 - color contains mainly: blue. Hex color #256D7D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #256D7D is #DA9282. Grayscale: #595959. Windows color (decimal): -14324355 or 8219941. OLE color: 8219941.

HSL color Cylindrical-coordinate representation of color #256D7D: hue angle of 190.91º degrees, saturation: 0.54, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #256D7D is Cyan = 0.70, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB37109125-
CMYK0.700.1300.51
HSL190.91º54.32%31.76%-
HSV(B)190.91º70.4%49.02%-
XYZ9.9312.8121.35-
YUV89.3148.1590.7-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 13.65%
GREEN value IS 109 (42.97% from 255) = 40.22%
BLUE value IS 125 (49.22% from 255) = 46.13%
R=13.65%
G=40.22%
B=46.13%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal371091250.700.1300.51190.9154.3231.76
Hex256D7D46D033bf3620
Octal45155175106150632776640
Binary1001011101101111110110001101101011001110111111110110100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #256D7D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(37,109,125); }

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

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

 a { background-color: rgb(37,109,125); }

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

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

 span { border-color: rgb(37,109,125); }

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