Html Css Color HEX #328388 Atoll

📋 copy color: '#328388'

red 50 ◦ green 131 ◦ blue 136

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

Shades of Atoll #328388

Tints of Atoll #328388

RGB

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

 GREEN value IS 131 (51.56% from 255) = 41.32%

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

R = 15.77%
G = 41.32%
B = 42.9%

CMYK

 C value IS 0.63

 M value IS 0.04

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#328388 (or 0x328388) is known color: Atoll. HEX triplet: 32, 83 and 88. RGB value is (50,131,136). Sum of RGB (Red+Green+Blue) = 50+131+136=317 (41% of max value = 765). Red value is 50 (19.92% from 255 or 15.77% from 317); Green value is 131 (51.56% from 255 or 41.32% from 317); Blue value is 136 (53.52% from 255 or 42.90% from 317); Max value from RGB is 136 - color contains mainly: blue. Hex color #328388 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #328388 is #CD7C77. Grayscale: #6B6B6B. Windows color (decimal): -13466744 or 8946482. OLE color: 8946482.

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

Color convert

RGB 50 131 136 -
CMYK 0.63 0.04 0 0.47
HSL 183.49º 0.46% 0.36% -
HSV(B) 183.49º 0.63% 0.53% -
XYZ 13.88 18.69 26.17 -
YUV 107.35 144.16 87.09 -
System Red Green Blue C M Y K H S L
Decimal 50 131 136 0.63 0.04 0 0.47 183.49 0.46 0.36
Hex 32 83 88 3F 4 0 2F B7 2E 24
Octal 62 203 210 77 4 0 57 267 56 44
Binary 110010 10000011 10001000 111111 100 0 101111 10110111 101110 100100

Color Harmonies of #328388

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #328388

Black with #328388

Text Example


Text Example

White with #328388

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #328388; }

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

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

background-color css

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

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

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

border-color css

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

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

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