Html Css Color HEX #328884 Atoll

📋 copy color: '#328884'

red 50 ◦ green 136 ◦ blue 132

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

Shades of Atoll #328884

Tints of Atoll #328884

RGB

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

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

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

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

CMYK

 C value IS 0.63

 M value IS 0

 Y value IS 0.03

 K value IS 0.47

RGB Variations

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

Color information

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

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

Color convert

RGB 50 136 132 -
CMYK 0.63 0 0.03 0.47
HSL 177.21º 0.46% 0.36% -
HSV(B) 177.21º 0.63% 0.53% -
XYZ 14.28 19.95 24.93 -
YUV 109.83 140.51 85.33 -
System Red Green Blue C M Y K H S L
Decimal 50 136 132 0.63 0 0.03 0.47 177.21 0.46 0.36
Hex 32 88 84 3F 0 3 2F B1 2E 24
Octal 62 210 204 77 0 3 57 261 56 44
Binary 110010 10001000 10000100 111111 0 11 101111 10110001 101110 100100

Color Harmonies of #328884

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #328884

Black with #328884

Text Example


Text Example

White with #328884

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #328884; }

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

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

background-color css

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

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

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

border-color css

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

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

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