#258385

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

Shades of Atoll #258385

Tints of Atoll #258385

Color information

#258385 (or 0x258385) is unknown color: approx Atoll. HEX triplet: 25, 83 and 85. RGB value is (37,131,133). Sum of RGB (Red+Green+Blue) = 37+131+133=301 (39% of max value = 765). Red value is 37 (14.84% from 255 or 12.29% from 301); Green value is 131 (51.56% from 255 or 43.52% from 301); Blue value is 133 (52.34% from 255 or 44.19% from 301); Max value from RGB is 133 - color contains mainly: blue. Hex color #258385 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #258385 is #DA7C7A. Grayscale: #676767. Windows color (decimal): -14318715 or 8749861. OLE color: 8749861.

HSL color Cylindrical-coordinate representation of color #258385: hue angle of 181.25º degrees, saturation: 0.56, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #258385 is Cyan = 0.72, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB37131133-
CMYK0.720.0200.48
HSL181.25º56.47%33.33%-
HSV(B)181.25º72.18%52.16%-
XYZ13.1118.3225.04-
YUV103.12144.8680.84-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 12.29%
GREEN value IS 131 (51.56% from 255) = 43.52%
BLUE value IS 133 (52.34% from 255) = 44.19%
R=12.29%
G=43.52%
B=44.19%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal371311330.720.0200.48181.2556.4733.33
Hex258385482030b53821
Octal4520320511020602657041
Binary1001011000001110000101100100010011000010110101111000100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #258385

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #258385; }

 p { color: rgb(37,131,133); }

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

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

 a { background-color: rgb(37,131,133); }

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

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

 span { border-color: rgb(37,131,133); }

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