#256682

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

Shades of Allports #256682

Tints of Allports #256682

Color information

#256682 (or 0x256682) is unknown color: approx Allports. HEX triplet: 25, 66 and 82. RGB value is (37,102,130). Sum of RGB (Red+Green+Blue) = 37+102+130=269 (35% of max value = 765). Red value is 37 (14.84% from 255 or 13.75% from 269); Green value is 102 (40.23% from 255 or 37.92% from 269); Blue value is 130 (51.17% from 255 or 48.33% from 269); Max value from RGB is 130 - color contains mainly: blue. Hex color #256682 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #256682 is #DA997D. Grayscale: #555555. Windows color (decimal): -14326142 or 8545829. OLE color: 8545829.

HSL color Cylindrical-coordinate representation of color #256682: hue angle of 198.06º degrees, saturation: 0.56, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #256682 is Cyan = 0.72, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB37102130-
CMYK0.720.2200.49
HSL198.06º55.69%32.75%-
HSV(B)198.06º71.54%50.98%-
XYZ9.5411.5122.84-
YUV85.76152.9793.22-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 13.75%
GREEN value IS 102 (40.23% from 255) = 37.92%
BLUE value IS 130 (51.17% from 255) = 48.33%
R=13.75%
G=37.92%
B=48.33%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal371021300.720.2200.49198.0655.6932.75
Hex2566824816031c63821
Octal45146202110260613067041
Binary100101110011010000010100100010110011000111000110111000100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #256682

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #256682; }

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

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

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

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

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

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

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

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