#258187

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

Shades of Atoll #258187

Tints of Atoll #258187

Color information

#258187 (or 0x258187) is unknown color: approx Atoll. HEX triplet: 25, 81 and 87. RGB value is (37,129,135). Sum of RGB (Red+Green+Blue) = 37+129+135=301 (39% of max value = 765). Red value is 37 (14.84% from 255 or 12.29% from 301); Green value is 129 (50.78% from 255 or 42.86% from 301); Blue value is 135 (53.12% from 255 or 44.85% from 301); Max value from RGB is 135 - color contains mainly: blue. Hex color #258187 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #258187 is #DA7E78. Grayscale: #666666. Windows color (decimal): -14319225 or 8880421. OLE color: 8880421.

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

Color convert

RGB37129135-
CMYK0.730.0400.47
HSL183.67º56.98%33.73%-
HSV(B)183.67º72.59%52.94%-
XYZ12.9917.8425.68-
YUV102.18146.5281.51-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 12.29%
GREEN value IS 129 (50.78% from 255) = 42.86%
BLUE value IS 135 (53.12% from 255) = 44.85%
R=12.29%
G=42.86%
B=44.85%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal371291350.730.0400.47183.6756.9833.73
Hex25818749402Fb83922
Octal4520120711140572707142
Binary10010110000001100001111001001100010111110111000111001100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #258187

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #258187; }

 p { color: rgb(37,129,135); }

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

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

 a { background-color: rgb(37,129,135); }

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

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

 span { border-color: rgb(37,129,135); }

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