#257A87

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

Shades of Atoll #257A87

Tints of Atoll #257A87

Color information

#257A87 (or 0x257A87) is unknown color: approx Atoll. HEX triplet: 25, 7A and 87. RGB value is (37,122,135). Sum of RGB (Red+Green+Blue) = 37+122+135=294 (38% of max value = 765). Red value is 37 (14.84% from 255 or 12.59% from 294); Green value is 122 (48.05% from 255 or 41.50% from 294); Blue value is 135 (53.12% from 255 or 45.92% from 294); Max value from RGB is 135 - color contains mainly: blue. Hex color #257A87 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #257A87 is #DA8578. Grayscale: #616161. Windows color (decimal): -14321017 or 8878629. OLE color: 8878629.

HSL color Cylindrical-coordinate representation of color #257A87: hue angle of 187.96º degrees, saturation: 0.57, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #257A87 is Cyan = 0.73, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB37122135-
CMYK0.730.1000.47
HSL187.96º56.98%33.73%-
HSV(B)187.96º72.59%52.94%-
XYZ12.116.0625.38-
YUV98.07148.8484.44-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 12.59%
GREEN value IS 122 (48.05% from 255) = 41.50%
BLUE value IS 135 (53.12% from 255) = 45.92%
R=12.59%
G=41.50%
B=45.92%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal371221350.730.1000.47187.9656.9833.73
Hex257A8749A02Fbc3922
Octal45172207111120572747142
Binary10010111110101000011110010011010010111110111100111001100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #257A87

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #257A87; }

 p { color: rgb(37,122,135); }

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

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

 a { background-color: rgb(37,122,135); }

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

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

 span { border-color: rgb(37,122,135); }

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