#257781

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

Shades of Atoll #257781

Tints of Atoll #257781

Color information

#257781 (or 0x257781) is unknown color: approx Atoll. HEX triplet: 25, 77 and 81. RGB value is (37,119,129). Sum of RGB (Red+Green+Blue) = 37+119+129=285 (37% of max value = 765). Red value is 37 (14.84% from 255 or 12.98% from 285); Green value is 119 (46.88% from 255 or 41.75% from 285); Blue value is 129 (50.78% from 255 or 45.26% from 285); Max value from RGB is 129 - color contains mainly: blue. Hex color #257781 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #257781 is #DA887E. Grayscale: #5F5F5F. Windows color (decimal): -14321791 or 8484645. OLE color: 8484645.

HSL color Cylindrical-coordinate representation of color #257781: hue angle of 186.52º degrees, saturation: 0.55, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #257781 is Cyan = 0.71, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB37119129-
CMYK0.710.0800.49
HSL186.52º55.42%32.55%-
HSV(B)186.52º71.32%50.59%-
XYZ11.3215.1723.1-
YUV95.62146.8386.19-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 12.98%
GREEN value IS 119 (46.88% from 255) = 41.75%
BLUE value IS 129 (50.78% from 255) = 45.26%
R=12.98%
G=41.75%
B=45.26%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal371191290.710.0800.49186.5255.4232.55
Hex257781478031bb3721
Octal45167201107100612736741
Binary10010111101111000000110001111000011000110111011110111100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #257781

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #257781; }

 p { color: rgb(37,119,129); }

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

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

 a { background-color: rgb(37,119,129); }

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

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

 span { border-color: rgb(37,119,129); }

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