#257989

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

Shades of Atoll #257989

Tints of Atoll #257989

Color information

#257989 (or 0x257989) is unknown color: approx Atoll. HEX triplet: 25, 79 and 89. RGB value is (37,121,137). Sum of RGB (Red+Green+Blue) = 37+121+137=295 (39% of max value = 765). Red value is 37 (14.84% from 255 or 12.54% from 295); Green value is 121 (47.66% from 255 or 41.02% from 295); Blue value is 137 (53.91% from 255 or 46.44% from 295); Max value from RGB is 137 - color contains mainly: blue. Hex color #257989 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #257989 is #DA8676. Grayscale: #616161. Windows color (decimal): -14321271 or 9009445. OLE color: 9009445.

HSL color Cylindrical-coordinate representation of color #257989: hue angle of 189.6º 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 #257989 is Cyan = 0.73, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB37121137-
CMYK0.730.1200.46
HSL189.6º57.47%34.12%-
HSV(B)189.6º72.99%53.73%-
XYZ12.1215.8726.09-
YUV97.71150.1784.7-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 12.54%
GREEN value IS 121 (47.66% from 255) = 41.02%
BLUE value IS 137 (53.91% from 255) = 46.44%
R=12.54%
G=41.02%
B=46.44%

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
Decimal371211370.730.1200.46189.657.4734.12
Hex25798949C02Ebe3922
Octal45171211111140562767142
Binary10010111110011000100110010011100010111010111110111001100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #257989

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #257989; }

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

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

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

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

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

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

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

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