#257E81

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

Shades of Atoll #257E81

Tints of Atoll #257E81

Color information

#257E81 (or 0x257E81) is unknown color: approx Atoll. HEX triplet: 25, 7E and 81. RGB value is (37,126,129). Sum of RGB (Red+Green+Blue) = 37+126+129=292 (38% of max value = 765). Red value is 37 (14.84% from 255 or 12.67% from 292); Green value is 126 (49.61% from 255 or 43.15% from 292); Blue value is 129 (50.78% from 255 or 44.18% from 292); Max value from RGB is 129 - color contains mainly: blue. Hex color #257E81 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #257E81 is #DA817E. Grayscale: #636363. Windows color (decimal): -14319999 or 8486437. OLE color: 8486437.

HSL color Cylindrical-coordinate representation of color #257E81: hue angle of 181.96º degrees, saturation: 0.55, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #257E81 is Cyan = 0.71, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB37126129-
CMYK0.710.0200.49
HSL181.96º55.42%32.55%-
HSV(B)181.96º71.32%50.59%-
XYZ12.1916.923.39-
YUV99.73144.5183.26-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 12.67%
GREEN value IS 126 (49.61% from 255) = 43.15%
BLUE value IS 129 (50.78% from 255) = 44.18%
R=12.67%
G=43.15%
B=44.18%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal371261290.710.0200.49181.9655.4232.55
Hex257E81472031b63721
Octal4517620110720612666741
Binary100101111111010000001100011110011000110110110110111100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #257E81

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(37,126,129); }

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

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

 a { background-color: rgb(37,126,129); }

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

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

 span { border-color: rgb(37,126,129); }

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