#256482

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

Shades of Allports #256482

Tints of Allports #256482

Color information

#256482 (or 0x256482) is unknown color: approx Allports. HEX triplet: 25, 64 and 82. RGB value is (37,100,130). Sum of RGB (Red+Green+Blue) = 37+100+130=267 (35% of max value = 765). Red value is 37 (14.84% from 255 or 13.86% from 267); Green value is 100 (39.45% from 255 or 37.45% from 267); Blue value is 130 (51.17% from 255 or 48.69% from 267); Max value from RGB is 130 - color contains mainly: blue. Hex color #256482 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #256482 is #DA9B7D. Grayscale: #545454. Windows color (decimal): -14326654 or 8545317. OLE color: 8545317.

HSL color Cylindrical-coordinate representation of color #256482: hue angle of 199.35º 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 #256482 is Cyan = 0.72, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB37100130-
CMYK0.720.2300.49
HSL199.35º55.69%32.75%-
HSV(B)199.35º71.54%50.98%-
XYZ9.3511.1222.77-
YUV84.58153.6394.06-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 13.86%
GREEN value IS 100 (39.45% from 255) = 37.45%
BLUE value IS 130 (51.17% from 255) = 48.69%
R=13.86%
G=37.45%
B=48.69%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal371001300.720.2300.49199.3555.6932.75
Hex2564824817031c73821
Octal45144202110270613077041
Binary100101110010010000010100100010111011000111000111111000100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #256482

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #256482; }

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

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

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

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

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

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

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

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