#256681

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

Shades of Allports #256681

Tints of Allports #256681

Color information

#256681 (or 0x256681) is unknown color: approx Allports. HEX triplet: 25, 66 and 81. RGB value is (37,102,129). Sum of RGB (Red+Green+Blue) = 37+102+129=268 (35% of max value = 765). Red value is 37 (14.84% from 255 or 13.81% from 268); Green value is 102 (40.23% from 255 or 38.06% from 268); Blue value is 129 (50.78% from 255 or 48.13% from 268); Max value from RGB is 129 - color contains mainly: blue. Hex color #256681 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #256681 is #DA997E. Grayscale: #555555. Windows color (decimal): -14326143 or 8480293. OLE color: 8480293.

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

Color convert

RGB37102129-
CMYK0.710.2100.49
HSL197.61º55.42%32.55%-
HSV(B)197.61º71.32%50.59%-
XYZ9.4811.4822.49-
YUV85.64152.4793.3-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 13.81%
GREEN value IS 102 (40.23% from 255) = 38.06%
BLUE value IS 129 (50.78% from 255) = 48.13%
R=13.81%
G=38.06%
B=48.13%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal371021290.710.2100.49197.6155.4232.55
Hex2566814715031c63721
Octal45146201107250613066741
Binary100101110011010000001100011110101011000111000110110111100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #256681

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #256681; }

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

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

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

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

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

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

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

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