#257F84

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

Shades of Atoll #257F84

Tints of Atoll #257F84

Color information

#257F84 (or 0x257F84) is unknown color: approx Atoll. HEX triplet: 25, 7F and 84. RGB value is (37,127,132). Sum of RGB (Red+Green+Blue) = 37+127+132=296 (39% of max value = 765). Red value is 37 (14.84% from 255 or 12.5% from 296); Green value is 127 (50% from 255 or 42.91% from 296); Blue value is 132 (51.95% from 255 or 44.59% from 296); Max value from RGB is 132 - color contains mainly: blue. Hex color #257F84 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #257F84 is #DA807B. Grayscale: #646464. Windows color (decimal): -14319740 or 8683301. OLE color: 8683301.

HSL color Cylindrical-coordinate representation of color #257F84: hue angle of 183.16º degrees, saturation: 0.56, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #257F84 is Cyan = 0.72, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB37127132-
CMYK0.720.0400.48
HSL183.16º56.21%33.14%-
HSV(B)183.16º71.97%51.76%-
XYZ12.5217.2424.5-
YUV100.66145.6882.59-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 12.5%
GREEN value IS 127 (50% from 255) = 42.91%
BLUE value IS 132 (51.95% from 255) = 44.59%
R=12.5%
G=42.91%
B=44.59%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal371271320.720.0400.48183.1656.2133.14
Hex257F84484030b73821
Octal4517720411040602677041
Binary1001011111111100001001001000100011000010110111111000100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #257F84

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(37,127,132); }

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

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

 a { background-color: rgb(37,127,132); }

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

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

 span { border-color: rgb(37,127,132); }

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