#257A8A

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

Shades of Atoll #257A8A

Tints of Atoll #257A8A

Color information

#257A8A (or 0x257A8A) is unknown color: approx Atoll. HEX triplet: 25, 7A and 8A. RGB value is (37,122,138). Sum of RGB (Red+Green+Blue) = 37+122+138=297 (39% of max value = 765). Red value is 37 (14.84% from 255 or 12.46% from 297); Green value is 122 (48.05% from 255 or 41.08% from 297); Blue value is 138 (54.30% from 255 or 46.46% from 297); Max value from RGB is 138 - color contains mainly: blue. Hex color #257A8A is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #257A8A is #DA8575. Grayscale: #626262. Windows color (decimal): -14321014 or 9075237. OLE color: 9075237.

HSL color Cylindrical-coordinate representation of color #257A8A: hue angle of 189.5º degrees, saturation: 0.58, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #257A8A is Cyan = 0.73, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB37122138-
CMYK0.730.1200.46
HSL189.5º57.71%34.31%-
HSV(B)189.5º73.19%54.12%-
XYZ12.3116.1526.51-
YUV98.41150.3484.2-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 12.46%
GREEN value IS 122 (48.05% from 255) = 41.08%
BLUE value IS 138 (54.30% from 255) = 46.46%
R=12.46%
G=41.08%
B=46.46%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal371221380.730.1200.46189.557.7134.31
Hex257A8A49C02Ebe3a22
Octal45172212111140562767242
Binary10010111110101000101010010011100010111010111110111010100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #257A8A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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