#256C7D

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

Shades of Allports #256C7D

Tints of Allports #256C7D

Color information

#256C7D (or 0x256C7D) is unknown color: approx Allports. HEX triplet: 25, 6C and 7D. RGB value is (37,108,125). Sum of RGB (Red+Green+Blue) = 37+108+125=270 (35% of max value = 765). Red value is 37 (14.84% from 255 or 13.70% from 270); Green value is 108 (42.58% from 255 or 40% from 270); Blue value is 125 (49.22% from 255 or 46.30% from 270); Max value from RGB is 125 - color contains mainly: blue. Hex color #256C7D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #256C7D is #DA9382. Grayscale: #585858. Windows color (decimal): -14324611 or 8219685. OLE color: 8219685.

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

Color convert

RGB37108125-
CMYK0.700.1400.51
HSL191.59º54.32%31.76%-
HSV(B)191.59º70.4%49.02%-
XYZ9.8312.621.32-
YUV88.71148.4891.12-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 13.70%
GREEN value IS 108 (42.58% from 255) = 40%
BLUE value IS 125 (49.22% from 255) = 46.30%
R=13.70%
G=40%
B=46.30%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal371081250.700.1400.51191.5954.3231.76
Hex256C7D46E033c03620
Octal45154175106160633006640
Binary1001011101100111110110001101110011001111000000110110100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #256C7D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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