#257C8E

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

Shades of Atoll #257C8E

Tints of Atoll #257C8E

Color information

#257C8E (or 0x257C8E) is unknown color: approx Atoll. HEX triplet: 25, 7C and 8E. RGB value is (37,124,142). Sum of RGB (Red+Green+Blue) = 37+124+142=303 (40% of max value = 765). Red value is 37 (14.84% from 255 or 12.21% from 303); Green value is 124 (48.83% from 255 or 40.92% from 303); Blue value is 142 (55.86% from 255 or 46.86% from 303); Max value from RGB is 142 - color contains mainly: blue. Hex color #257C8E is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #257C8E is #DA8371. Grayscale: #636363. Windows color (decimal): -14320498 or 9337893. OLE color: 9337893.

HSL color Cylindrical-coordinate representation of color #257C8E: hue angle of 190.29º degrees, saturation: 0.59, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #257C8E is Cyan = 0.74, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB37124142-
CMYK0.740.1300.44
HSL190.29º58.66%35.1%-
HSV(B)190.29º73.94%55.69%-
XYZ12.8516.7628.15-
YUV100.04151.6883.04-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 12.21%
GREEN value IS 124 (48.83% from 255) = 40.92%
BLUE value IS 142 (55.86% from 255) = 46.86%
R=12.21%
G=40.92%
B=46.86%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal371241420.740.1300.44190.2958.6635.1
Hex257C8E4AD02Cbe3b23
Octal45174216112150542767343
Binary10010111111001000111010010101101010110010111110111011100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #257C8E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(37,124,142); }

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

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

 a { background-color: rgb(37,124,142); }

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

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

 span { border-color: rgb(37,124,142); }

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