#257172

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

Shades of Atoll #257172

Tints of Atoll #257172

Color information

#257172 (or 0x257172) is unknown color: approx Atoll. HEX triplet: 25, 71 and 72. RGB value is (37,113,114). Sum of RGB (Red+Green+Blue) = 37+113+114=264 (34% of max value = 765). Red value is 37 (14.84% from 255 or 14.02% from 264); Green value is 113 (44.53% from 255 or 42.80% from 264); Blue value is 114 (44.92% from 255 or 43.18% from 264); Max value from RGB is 114 - color contains mainly: blue. Hex color #257172 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #257172 is #DA8E8D. Grayscale: #5A5A5A. Windows color (decimal): -14323342 or 7500069. OLE color: 7500069.

HSL color Cylindrical-coordinate representation of color #257172: hue angle of 180.78º degrees, saturation: 0.51, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #257172 is Cyan = 0.68, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB37113114-
CMYK0.680.0100.55
HSL180.78º50.99%29.61%-
HSV(B)180.78º67.54%44.71%-
XYZ9.7113.4218-
YUV90.39141.3289.92-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 14.02%
GREEN value IS 113 (44.53% from 255) = 42.80%
BLUE value IS 114 (44.92% from 255) = 43.18%
R=14.02%
G=42.80%
B=43.18%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal371131140.680.0100.55180.7850.9929.61
Hex257172441037b5331e
Octal4516116210410672656336
Binary100101111000111100101000100101101111011010111001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #257172

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #257172; }

 p { color: rgb(37,113,114); }

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

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

 a { background-color: rgb(37,113,114); }

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

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

 span { border-color: rgb(37,113,114); }

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