Html Css Color HEX #328587 Atoll

📋 copy color: '#328587'

red 50 ◦ green 133 ◦ blue 135

#328587
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Atoll #328587

Tints of Atoll #328587

RGB

 RED value IS 50 (19.92% from 255) = 15.72%

 GREEN value IS 133 (52.34% from 255) = 41.82%

 BLUE value IS 135 (53.13% from 255) = 42.45%

R = 15.72%
G = 41.82%
B = 42.45%

CMYK

 C value IS 0.63

 M value IS 0.01

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#328587 (or 0x328587) is known color: Atoll. HEX triplet: 32, 85 and 87. RGB value is (50,133,135). Sum of RGB (Red+Green+Blue) = 50+133+135=318 (42% of max value = 765). Red value is 50 (19.92% from 255 or 15.72% from 318); Green value is 133 (52.34% from 255 or 41.82% from 318); Blue value is 135 (53.12% from 255 or 42.45% from 318); Max value from RGB is 135 - color contains mainly: blue. Hex color #328587 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #328587 is #CD7A78. Grayscale: #6C6C6C. Windows color (decimal): -13466233 or 8881458. OLE color: 8881458.

HSL color Cylindrical-coordinate representation of color #328587: hue angle of 181.41º degrees, saturation: 0.46, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #328587 is Cyan = 0.63, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB 50 133 135 -
CMYK 0.63 0.01 0 0.47
HSL 181.41º 0.46% 0.36% -
HSV(B) 181.41º 0.63% 0.53% -
XYZ 14.08 19.2 25.89 -
YUV 108.41 143 86.34 -
System Red Green Blue C M Y K H S L
Decimal 50 133 135 0.63 0.01 0 0.47 181.41 0.46 0.36
Hex 32 85 87 3F 1 0 2F B5 2E 24
Octal 62 205 207 77 1 0 57 265 56 44
Binary 110010 10000101 10000111 111111 1 0 101111 10110101 101110 100100

Color Harmonies of #328587

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #328587

Black with #328587

Text Example


Text Example

White with #328587

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #328587; }

 p { color: rgb(50,133,135); }

 H1.HeaderClassName
 {
   color: #328587;
 }
 .AnyTagClassName
 {
   color: #328587;
 }
</style>

background-color css

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

 a { background-color: rgb(50,133,135); }

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

border-color css

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

 span { border-color: rgb(50,133,135); }

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