#256D78

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

Shades of Allports #256D78

Tints of Allports #256D78

Color information

#256D78 (or 0x256D78) is unknown color: approx Allports. HEX triplet: 25, 6D and 78. RGB value is (37,109,120). Sum of RGB (Red+Green+Blue) = 37+109+120=266 (35% of max value = 765). Red value is 37 (14.84% from 255 or 13.91% from 266); Green value is 109 (42.97% from 255 or 40.98% from 266); Blue value is 120 (47.27% from 255 or 45.11% from 266); Max value from RGB is 120 - color contains mainly: blue. Hex color #256D78 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #256D78 is #DA9287. Grayscale: #585858. Windows color (decimal): -14324360 or 7892261. OLE color: 7892261.

HSL color Cylindrical-coordinate representation of color #256D78: hue angle of 187.95º degrees, saturation: 0.53, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #256D78 is Cyan = 0.69, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB37109120-
CMYK0.690.0900.53
HSL187.95º52.87%30.78%-
HSV(B)187.95º69.17%47.06%-
XYZ9.6212.6919.71-
YUV88.73145.6591.11-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 13.91%
GREEN value IS 109 (42.97% from 255) = 40.98%
BLUE value IS 120 (47.27% from 255) = 45.11%
R=13.91%
G=40.98%
B=45.11%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal371091200.690.0900.53187.9552.8730.78
Hex256D78459035bc351f
Octal45155170105110652746537
Binary100101110110111110001000101100101101011011110011010111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #256D78

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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