#257379

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

Shades of Atoll #257379

Tints of Atoll #257379

Color information

#257379 (or 0x257379) is unknown color: approx Atoll. HEX triplet: 25, 73 and 79. RGB value is (37,115,121). Sum of RGB (Red+Green+Blue) = 37+115+121=273 (36% of max value = 765). Red value is 37 (14.84% from 255 or 13.55% from 273); Green value is 115 (45.31% from 255 or 42.12% from 273); Blue value is 121 (47.66% from 255 or 44.32% from 273); Max value from RGB is 121 - color contains mainly: blue. Hex color #257379 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #257379 is #DA8C86. Grayscale: #5C5C5C. Windows color (decimal): -14322823 or 7959333. OLE color: 7959333.

HSL color Cylindrical-coordinate representation of color #257379: hue angle of 184.29º 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 #257379 is Cyan = 0.69, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB37115121-
CMYK0.690.0500.53
HSL184.29º53.16%30.98%-
HSV(B)184.29º69.42%47.45%-
XYZ10.3414.0420.25-
YUV92.36144.1688.51-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 13.55%
GREEN value IS 115 (45.31% from 255) = 42.12%
BLUE value IS 121 (47.66% from 255) = 44.32%
R=13.55%
G=42.12%
B=44.32%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal371151210.690.0500.53184.2953.1630.98
Hex257379455035b8351f
Octal4516317110550652706537
Binary10010111100111111001100010110101101011011100011010111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #257379

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #257379; }

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

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

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

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

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

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

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

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