#257076

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

Shades of Atoll #257076

Tints of Atoll #257076

Color information

#257076 (or 0x257076) is unknown color: approx Atoll. HEX triplet: 25, 70 and 76. RGB value is (37,112,118). Sum of RGB (Red+Green+Blue) = 37+112+118=267 (35% of max value = 765). Red value is 37 (14.84% from 255 or 13.86% from 267); Green value is 112 (44.14% from 255 or 41.95% from 267); Blue value is 118 (46.48% from 255 or 44.19% from 267); Max value from RGB is 118 - color contains mainly: blue. Hex color #257076 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #257076 is #DA8F89. Grayscale: #5A5A5A. Windows color (decimal): -14323594 or 7761957. OLE color: 7761957.

HSL color Cylindrical-coordinate representation of color #257076: hue angle of 184.44º degrees, saturation: 0.52, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #257076 is Cyan = 0.69, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB37112118-
CMYK0.690.0500.54
HSL184.44º52.26%30.39%-
HSV(B)184.44º68.64%46.27%-
XYZ9.8313.2919.19-
YUV90.26143.6590.01-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 13.86%
GREEN value IS 112 (44.14% from 255) = 41.95%
BLUE value IS 118 (46.48% from 255) = 44.19%
R=13.86%
G=41.95%
B=44.19%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal371121180.690.0500.54184.4452.2630.39
Hex257076455036b8341e
Octal4516016610550662706436
Binary10010111100001110110100010110101101101011100011010011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #257076

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #257076; }

 p { color: rgb(37,112,118); }

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

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

 a { background-color: rgb(37,112,118); }

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

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

 span { border-color: rgb(37,112,118); }

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