#257179

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

Shades of Atoll #257179

Tints of Atoll #257179

Color information

#257179 (or 0x257179) is unknown color: approx Atoll. HEX triplet: 25, 71 and 79. RGB value is (37,113,121). Sum of RGB (Red+Green+Blue) = 37+113+121=271 (35% of max value = 765). Red value is 37 (14.84% from 255 or 13.65% from 271); Green value is 113 (44.53% from 255 or 41.70% from 271); Blue value is 121 (47.66% from 255 or 44.65% from 271); Max value from RGB is 121 - color contains mainly: blue. Hex color #257179 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #257179 is #DA8E86. Grayscale: #5B5B5B. Windows color (decimal): -14323335 or 7958821. OLE color: 7958821.

HSL color Cylindrical-coordinate representation of color #257179: hue angle of 185.71º degrees, saturation: 0.53, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #257179 is Cyan = 0.69, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB37113121-
CMYK0.690.0700.53
HSL185.71º53.16%30.98%-
HSV(B)185.71º69.42%47.45%-
XYZ10.1213.5820.18-
YUV91.19144.8289.35-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 13.65%
GREEN value IS 113 (44.53% from 255) = 41.70%
BLUE value IS 121 (47.66% from 255) = 44.65%
R=13.65%
G=41.70%
B=44.65%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal371131210.690.0700.53185.7153.1630.98
Hex257179457035ba351f
Octal4516117110570652726537
Binary10010111100011111001100010111101101011011101011010111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #257179

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #257179; }

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

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

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

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

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

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

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

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