#257585

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

Shades of Allports #257585

Tints of Allports #257585

Color information

#257585 (or 0x257585) is unknown color: approx Allports. HEX triplet: 25, 75 and 85. RGB value is (37,117,133). Sum of RGB (Red+Green+Blue) = 37+117+133=287 (38% of max value = 765). Red value is 37 (14.84% from 255 or 12.89% from 287); Green value is 117 (46.09% from 255 or 40.77% from 287); Blue value is 133 (52.34% from 255 or 46.34% from 287); Max value from RGB is 133 - color contains mainly: blue. Hex color #257585 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #257585 is #DA8A7A. Grayscale: #5E5E5E. Windows color (decimal): -14322299 or 8746277. OLE color: 8746277.

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

Color convert

RGB37117133-
CMYK0.720.1200.48
HSL190º56.47%33.33%-
HSV(B)190º72.18%52.16%-
XYZ11.3614.8124.45-
YUV94.9149.586.7-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 12.89%
GREEN value IS 117 (46.09% from 255) = 40.77%
BLUE value IS 133 (52.34% from 255) = 46.34%
R=12.89%
G=40.77%
B=46.34%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal371171330.720.1200.4819056.4733.33
Hex25758548C030be3821
Octal45165205110140602767041
Binary10010111101011000010110010001100011000010111110111000100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #257585

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #257585; }

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

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

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

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

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

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

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

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