#257986

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

Shades of Atoll #257986

Tints of Atoll #257986

Color information

#257986 (or 0x257986) is unknown color: approx Atoll. HEX triplet: 25, 79 and 86. RGB value is (37,121,134). Sum of RGB (Red+Green+Blue) = 37+121+134=292 (38% of max value = 765). Red value is 37 (14.84% from 255 or 12.67% from 292); Green value is 121 (47.66% from 255 or 41.44% from 292); Blue value is 134 (52.73% from 255 or 45.89% from 292); Max value from RGB is 134 - color contains mainly: blue. Hex color #257986 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #257986 is #DA8679. Grayscale: #616161. Windows color (decimal): -14321274 or 8812837. OLE color: 8812837.

HSL color Cylindrical-coordinate representation of color #257986: hue angle of 188.04º degrees, saturation: 0.57, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #257986 is Cyan = 0.72, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB37121134-
CMYK0.720.1000.47
HSL188.04º56.73%33.53%-
HSV(B)188.04º72.39%52.55%-
XYZ11.915.7924.97-
YUV97.37148.6784.94-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 12.67%
GREEN value IS 121 (47.66% from 255) = 41.44%
BLUE value IS 134 (52.73% from 255) = 45.89%
R=12.67%
G=41.44%
B=45.89%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal371211340.720.1000.47188.0456.7333.53
Hex25798648A02Fbc3922
Octal45171206110120572747142
Binary10010111110011000011010010001010010111110111100111001100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #257986

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #257986; }

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

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

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

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

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

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

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

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