#258488

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

Shades of Atoll #258488

Tints of Atoll #258488

Color information

#258488 (or 0x258488) is unknown color: approx Atoll. HEX triplet: 25, 84 and 88. RGB value is (37,132,136). Sum of RGB (Red+Green+Blue) = 37+132+136=305 (40% of max value = 765). Red value is 37 (14.84% from 255 or 12.13% from 305); Green value is 132 (51.95% from 255 or 43.28% from 305); Blue value is 136 (53.52% from 255 or 44.59% from 305); Max value from RGB is 136 - color contains mainly: blue. Hex color #258488 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #258488 is #DA7B77. Grayscale: #676767. Windows color (decimal): -14318456 or 8946725. OLE color: 8946725.

HSL color Cylindrical-coordinate representation of color #258488: hue angle of 182.42º 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 #258488 is Cyan = 0.73, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB37132136-
CMYK0.730.0300.47
HSL182.42º57.23%33.92%-
HSV(B)182.42º72.79%53.33%-
XYZ13.4618.6726.19-
YUV104.05146.0380.17-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 12.13%
GREEN value IS 132 (51.95% from 255) = 43.28%
BLUE value IS 136 (53.52% from 255) = 44.59%
R=12.13%
G=43.28%
B=44.59%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal371321360.730.0300.47182.4257.2333.92
Hex25848849302Fb63922
Octal4520421011130572667142
Binary1001011000010010001000100100111010111110110110111001100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #258488

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #258488; }

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

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

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

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

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

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

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

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