#257889

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

Shades of Allports #257889

Tints of Allports #257889

Color information

#257889 (or 0x257889) is unknown color: approx Allports. HEX triplet: 25, 78 and 89. RGB value is (37,120,137). Sum of RGB (Red+Green+Blue) = 37+120+137=294 (38% of max value = 765). Red value is 37 (14.84% from 255 or 12.59% from 294); Green value is 120 (47.27% from 255 or 40.82% from 294); Blue value is 137 (53.91% from 255 or 46.60% from 294); Max value from RGB is 137 - color contains mainly: blue. Hex color #257889 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #257889 is #DA8776. Grayscale: #606060. Windows color (decimal): -14321527 or 9009189. OLE color: 9009189.

HSL color Cylindrical-coordinate representation of color #257889: hue angle of 190.2º degrees, saturation: 0.57, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #257889 is Cyan = 0.73, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB37120137-
CMYK0.730.1200.46
HSL190.2º57.47%34.12%-
HSV(B)190.2º72.99%53.73%-
XYZ11.9915.6326.05-
YUV97.12150.585.12-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 12.59%
GREEN value IS 120 (47.27% from 255) = 40.82%
BLUE value IS 137 (53.91% from 255) = 46.60%
R=12.59%
G=40.82%
B=46.60%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal371201370.730.1200.46190.257.4734.12
Hex25788949C02Ebe3922
Octal45170211111140562767142
Binary10010111110001000100110010011100010111010111110111001100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #257889

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #257889; }

 p { color: rgb(37,120,137); }

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

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

 a { background-color: rgb(37,120,137); }

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

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

 span { border-color: rgb(37,120,137); }

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