#256680

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

Shades of Allports #256680

Tints of Allports #256680

Color information

#256680 (or 0x256680) is unknown color: approx Allports. HEX triplet: 25, 66 and 80. RGB value is (37,102,128). Sum of RGB (Red+Green+Blue) = 37+102+128=267 (35% of max value = 765). Red value is 37 (14.84% from 255 or 13.86% from 267); Green value is 102 (40.23% from 255 or 38.20% from 267); Blue value is 128 (50.39% from 255 or 47.94% from 267); Max value from RGB is 128 - color contains mainly: blue. Hex color #256680 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #256680 is #DA997F. Grayscale: #555555. Windows color (decimal): -14326144 or 8414757. OLE color: 8414757.

HSL color Cylindrical-coordinate representation of color #256680: hue angle of 197.14º degrees, saturation: 0.55, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #256680 is Cyan = 0.71, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB37102128-
CMYK0.710.2000.50
HSL197.14º55.15%32.35%-
HSV(B)197.14º71.09%50.2%-
XYZ9.4111.4522.14-
YUV85.53151.9793.39-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 13.86%
GREEN value IS 102 (40.23% from 255) = 38.20%
BLUE value IS 128 (50.39% from 255) = 47.94%
R=13.86%
G=38.20%
B=47.94%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal371021280.710.2000.50197.1455.1532.35
Hex2566804714032c53720
Octal45146200107240623056740
Binary100101110011010000000100011110100011001011000101110111100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #256680

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #256680; }

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

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

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

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

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

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

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

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