Html Css Color HEX #328488 Atoll

📋 copy color: '#328488'

red 50 ◦ green 132 ◦ blue 136

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

Shades of Atoll #328488

Tints of Atoll #328488

RGB

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

 GREEN value IS 132 (51.95% from 255) = 41.51%

 BLUE value IS 136 (53.52% from 255) = 42.77%

R = 15.72%
G = 41.51%
B = 42.77%

CMYK

 C value IS 0.63

 M value IS 0.03

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#328488 (or 0x328488) is known color: Atoll. HEX triplet: 32, 84 and 88. RGB value is (50,132,136). Sum of RGB (Red+Green+Blue) = 50+132+136=318 (42% of max value = 765). Red value is 50 (19.92% from 255 or 15.72% from 318); Green value is 132 (51.95% from 255 or 41.51% from 318); Blue value is 136 (53.52% from 255 or 42.77% from 318); Max value from RGB is 136 - color contains mainly: blue. Hex color #328488 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #328488 is #CD7B77. Grayscale: #6B6B6B. Windows color (decimal): -13466488 or 8946738. OLE color: 8946738.

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

Color convert

RGB 50 132 136 -
CMYK 0.63 0.03 0 0.47
HSL 182.79º 0.46% 0.36% -
HSV(B) 182.79º 0.63% 0.53% -
XYZ 14.01 18.96 26.21 -
YUV 107.94 143.83 86.67 -
System Red Green Blue C M Y K H S L
Decimal 50 132 136 0.63 0.03 0 0.47 182.79 0.46 0.36
Hex 32 84 88 3F 3 0 2F B7 2E 24
Octal 62 204 210 77 3 0 57 267 56 44
Binary 110010 10000100 10001000 111111 11 0 101111 10110111 101110 100100

Color Harmonies of #328488

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #328488

Black with #328488

Text Example


Text Example

White with #328488

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #328488; }

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

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

background-color css

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

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

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

border-color css

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

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

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