#257E8E

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

Shades of Atoll #257E8E

Tints of Atoll #257E8E

Color information

#257E8E (or 0x257E8E) is unknown color: approx Atoll. HEX triplet: 25, 7E and 8E. RGB value is (37,126,142). Sum of RGB (Red+Green+Blue) = 37+126+142=305 (40% of max value = 765). Red value is 37 (14.84% from 255 or 12.13% from 305); Green value is 126 (49.61% from 255 or 41.31% from 305); Blue value is 142 (55.86% from 255 or 46.56% from 305); Max value from RGB is 142 - color contains mainly: blue. Hex color #257E8E is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #257E8E is #DA8171. Grayscale: #656565. Windows color (decimal): -14319986 or 9338405. OLE color: 9338405.

HSL color Cylindrical-coordinate representation of color #257E8E: hue angle of 189.14º 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 #257E8E is Cyan = 0.74, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB37126142-
CMYK0.740.1100.44
HSL189.14º58.66%35.1%-
HSV(B)189.14º73.94%55.69%-
XYZ13.1117.2728.23-
YUV101.21151.0182.2-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 12.13%
GREEN value IS 126 (49.61% from 255) = 41.31%
BLUE value IS 142 (55.86% from 255) = 46.56%
R=12.13%
G=41.31%
B=46.56%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal371261420.740.1100.44189.1458.6635.1
Hex257E8E4AB02Cbd3b23
Octal45176216112130542757343
Binary10010111111101000111010010101011010110010111101111011100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #257E8E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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