#257A88

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

Shades of Atoll #257A88

Tints of Atoll #257A88

Color information

#257A88 (or 0x257A88) is unknown color: approx Atoll. HEX triplet: 25, 7A and 88. RGB value is (37,122,136). Sum of RGB (Red+Green+Blue) = 37+122+136=295 (39% of max value = 765). Red value is 37 (14.84% from 255 or 12.54% from 295); Green value is 122 (48.05% from 255 or 41.36% from 295); Blue value is 136 (53.52% from 255 or 46.10% from 295); Max value from RGB is 136 - color contains mainly: blue. Hex color #257A88 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #257A88 is #DA8577. Grayscale: #626262. Windows color (decimal): -14321016 or 8944165. OLE color: 8944165.

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

Color convert

RGB37122136-
CMYK0.730.1000.47
HSL188.48º57.23%33.92%-
HSV(B)188.48º72.79%53.33%-
XYZ12.1716.0925.76-
YUV98.18149.3484.36-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 12.54%
GREEN value IS 122 (48.05% from 255) = 41.36%
BLUE value IS 136 (53.52% from 255) = 46.10%
R=12.54%
G=41.36%
B=46.10%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal371221360.730.1000.47188.4857.2333.92
Hex257A8849A02Fbc3922
Octal45172210111120572747142
Binary10010111110101000100010010011010010111110111100111001100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #257A88

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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