#257A85

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

Shades of Atoll #257A85

Tints of Atoll #257A85

Color information

#257A85 (or 0x257A85) is unknown color: approx Atoll. HEX triplet: 25, 7A and 85. RGB value is (37,122,133). Sum of RGB (Red+Green+Blue) = 37+122+133=292 (38% of max value = 765). Red value is 37 (14.84% from 255 or 12.67% from 292); Green value is 122 (48.05% from 255 or 41.78% from 292); Blue value is 133 (52.34% from 255 or 45.55% from 292); Max value from RGB is 133 - color contains mainly: blue. Hex color #257A85 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #257A85 is #DA857A. Grayscale: #616161. Windows color (decimal): -14321019 or 8747557. OLE color: 8747557.

HSL color Cylindrical-coordinate representation of color #257A85: hue angle of 186.88º degrees, saturation: 0.56, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #257A85 is Cyan = 0.72, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB37122133-
CMYK0.720.0800.48
HSL186.88º56.47%33.33%-
HSV(B)186.88º72.18%52.16%-
XYZ11.9616.0124.65-
YUV97.84147.8484.61-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 12.67%
GREEN value IS 122 (48.05% from 255) = 41.78%
BLUE value IS 133 (52.34% from 255) = 45.55%
R=12.67%
G=41.78%
B=45.55%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal371221330.720.0800.48186.8856.4733.33
Hex257A85488030bb3821
Octal45172205110100602737041
Binary10010111110101000010110010001000011000010111011111000100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #257A85

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #257A85; }

 p { color: rgb(37,122,133); }

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

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

 a { background-color: rgb(37,122,133); }

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

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

 span { border-color: rgb(37,122,133); }

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