#257582

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

Shades of Allports #257582

Tints of Allports #257582

Color information

#257582 (or 0x257582) is unknown color: approx Allports. HEX triplet: 25, 75 and 82. RGB value is (37,117,130). Sum of RGB (Red+Green+Blue) = 37+117+130=284 (37% of max value = 765). Red value is 37 (14.84% from 255 or 13.03% from 284); Green value is 117 (46.09% from 255 or 41.20% from 284); Blue value is 130 (51.17% from 255 or 45.77% from 284); Max value from RGB is 130 - color contains mainly: blue. Hex color #257582 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #257582 is #DA8A7D. Grayscale: #5E5E5E. Windows color (decimal): -14322302 or 8549669. OLE color: 8549669.

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

Color convert

RGB37117130-
CMYK0.720.100.49
HSL188.39º55.69%32.75%-
HSV(B)188.39º71.54%50.98%-
XYZ11.1514.7323.37-
YUV94.5614886.94-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 13.03%
GREEN value IS 117 (46.09% from 255) = 41.20%
BLUE value IS 130 (51.17% from 255) = 45.77%
R=13.03%
G=41.20%
B=45.77%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0.1
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal371171300.720.100.49188.3955.6932.75
Hex25758248A031bc3821
Octal45165202110120612747041
Binary10010111101011000001010010001010011000110111100111000100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #257582

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #257582; }

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

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

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

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

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

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

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

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