#257B80

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

Shades of Atoll #257B80

Tints of Atoll #257B80

Color information

#257B80 (or 0x257B80) is unknown color: approx Atoll. HEX triplet: 25, 7B and 80. RGB value is (37,123,128). Sum of RGB (Red+Green+Blue) = 37+123+128=288 (38% of max value = 765). Red value is 37 (14.84% from 255 or 12.85% from 288); Green value is 123 (48.44% from 255 or 42.71% from 288); Blue value is 128 (50.39% from 255 or 44.44% from 288); Max value from RGB is 128 - color contains mainly: blue. Hex color #257B80 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #257B80 is #DA847F. Grayscale: #616161. Windows color (decimal): -14320768 or 8420133. OLE color: 8420133.

HSL color Cylindrical-coordinate representation of color #257B80: hue angle of 183.3º degrees, saturation: 0.55, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #257B80 is Cyan = 0.71, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB37123128-
CMYK0.710.0400.50
HSL183.3º55.15%32.35%-
HSV(B)183.3º71.09%50.2%-
XYZ11.7416.1222.91-
YUV97.86145.0184.59-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 12.85%
GREEN value IS 123 (48.44% from 255) = 42.71%
BLUE value IS 128 (50.39% from 255) = 44.44%
R=12.85%
G=42.71%
B=44.44%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal371231280.710.0400.50183.355.1532.35
Hex257B80474032b73720
Octal4517320010740622676740
Binary1001011111011100000001000111100011001010110111110111100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #257B80

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(37,123,128); }

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

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

 a { background-color: rgb(37,123,128); }

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

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

 span { border-color: rgb(37,123,128); }

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