#257580

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

Shades of Atoll #257580

Tints of Atoll #257580

Color information

#257580 (or 0x257580) is unknown color: approx Atoll. HEX triplet: 25, 75 and 80. RGB value is (37,117,128). Sum of RGB (Red+Green+Blue) = 37+117+128=282 (37% of max value = 765). Red value is 37 (14.84% from 255 or 13.12% from 282); Green value is 117 (46.09% from 255 or 41.49% from 282); Blue value is 128 (50.39% from 255 or 45.39% from 282); Max value from RGB is 128 - color contains mainly: blue. Hex color #257580 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #257580 is #DA8A7F. Grayscale: #5E5E5E. Windows color (decimal): -14322304 or 8418597. OLE color: 8418597.

HSL color Cylindrical-coordinate representation of color #257580: hue angle of 187.25º degrees, saturation: 0.55, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #257580 is Cyan = 0.71, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB37117128-
CMYK0.710.0900.50
HSL187.25º55.15%32.35%-
HSV(B)187.25º71.09%50.2%-
XYZ11.0214.6722.67-
YUV94.3314787.11-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 13.12%
GREEN value IS 117 (46.09% from 255) = 41.49%
BLUE value IS 128 (50.39% from 255) = 45.39%
R=13.12%
G=41.49%
B=45.39%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal371171280.710.0900.50187.2555.1532.35
Hex257580479032bb3720
Octal45165200107110622736740
Binary10010111101011000000010001111001011001010111011110111100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #257580

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #257580; }

 p { color: rgb(37,117,128); }

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

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

 a { background-color: rgb(37,117,128); }

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

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

 span { border-color: rgb(37,117,128); }

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