#258489

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

Shades of Atoll #258489

Tints of Atoll #258489

Color information

#258489 (or 0x258489) is unknown color: approx Atoll. HEX triplet: 25, 84 and 89. RGB value is (37,132,137). Sum of RGB (Red+Green+Blue) = 37+132+137=306 (40% of max value = 765). Red value is 37 (14.84% from 255 or 12.09% from 306); Green value is 132 (51.95% from 255 or 43.14% from 306); Blue value is 137 (53.91% from 255 or 44.77% from 306); Max value from RGB is 137 - color contains mainly: blue. Hex color #258489 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #258489 is #DA7B76. Grayscale: #686868. Windows color (decimal): -14318455 or 9012261. OLE color: 9012261.

HSL color Cylindrical-coordinate representation of color #258489: hue angle of 183º degrees, saturation: 0.57, 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 #258489 is Cyan = 0.73, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB37132137-
CMYK0.730.0400.46
HSL183º57.47%34.12%-
HSV(B)183º72.99%53.73%-
XYZ13.5318.726.56-
YUV104.16146.5380.09-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 12.09%
GREEN value IS 132 (51.95% from 255) = 43.14%
BLUE value IS 137 (53.91% from 255) = 44.77%
R=12.09%
G=43.14%
B=44.77%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal371321370.730.0400.4618357.4734.12
Hex25848949402Eb73922
Octal4520421111140562677142
Binary10010110000100100010011001001100010111010110111111001100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #258489

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #258489; }

 p { color: rgb(37,132,137); }

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

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

 a { background-color: rgb(37,132,137); }

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

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

 span { border-color: rgb(37,132,137); }

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