#256678

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

Shades of Allports #256678

Tints of Allports #256678

Color information

#256678 (or 0x256678) is unknown color: approx Allports. HEX triplet: 25, 66 and 78. RGB value is (37,102,120). Sum of RGB (Red+Green+Blue) = 37+102+120=259 (34% of max value = 765). Red value is 37 (14.84% from 255 or 14.29% from 259); Green value is 102 (40.23% from 255 or 39.38% from 259); Blue value is 120 (47.27% from 255 or 46.33% from 259); Max value from RGB is 120 - color contains mainly: blue. Hex color #256678 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #256678 is #DA9987. Grayscale: #545454. Windows color (decimal): -14326152 or 7890469. OLE color: 7890469.

HSL color Cylindrical-coordinate representation of color #256678: hue angle of 193.01º 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 #256678 is Cyan = 0.69, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB37102120-
CMYK0.690.1500.53
HSL193.01º52.87%30.78%-
HSV(B)193.01º69.17%47.06%-
XYZ8.911.2519.47-
YUV84.62147.9794.04-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 14.29%
GREEN value IS 102 (40.23% from 255) = 39.38%
BLUE value IS 120 (47.27% from 255) = 46.33%
R=14.29%
G=39.38%
B=46.33%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal371021200.690.1500.53193.0152.8730.78
Hex25667845F035c1351f
Octal45146170105170653016537
Binary100101110011011110001000101111101101011100000111010111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #256678

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #256678; }

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

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

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

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

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

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

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

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