#256A7D

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

Shades of Allports #256A7D

Tints of Allports #256A7D

Color information

#256A7D (or 0x256A7D) is unknown color: approx Allports. HEX triplet: 25, 6A and 7D. RGB value is (37,106,125). Sum of RGB (Red+Green+Blue) = 37+106+125=268 (35% of max value = 765). Red value is 37 (14.84% from 255 or 13.81% from 268); Green value is 106 (41.80% from 255 or 39.55% from 268); Blue value is 125 (49.22% from 255 or 46.64% from 268); Max value from RGB is 125 - color contains mainly: blue. Hex color #256A7D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #256A7D is #DA9582. Grayscale: #575757. Windows color (decimal): -14325123 or 8219173. OLE color: 8219173.

HSL color Cylindrical-coordinate representation of color #256A7D: hue angle of 192.95º 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 #256A7D is Cyan = 0.70, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB37106125-
CMYK0.700.1500.51
HSL192.95º54.32%31.76%-
HSV(B)192.95º70.4%49.02%-
XYZ9.6212.1821.25-
YUV87.54149.1491.96-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 13.81%
GREEN value IS 106 (41.80% from 255) = 39.55%
BLUE value IS 125 (49.22% from 255) = 46.64%
R=13.81%
G=39.55%
B=46.64%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal371061250.700.1500.51192.9554.3231.76
Hex256A7D46F033c13620
Octal45152175106170633016640
Binary1001011101010111110110001101111011001111000001110110100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #256A7D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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