Html Css Color HEX #328389 Atoll

📋 copy color: '#328389'

red 50 ◦ green 131 ◦ blue 137

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

Shades of Atoll #328389

Tints of Atoll #328389

RGB

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

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

 BLUE value IS 137 (53.91% from 255) = 43.08%

R = 15.72%
G = 41.19%
B = 43.08%

CMYK

 C value IS 0.64

 M value IS 0.04

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#328389 (or 0x328389) is known color: Atoll. HEX triplet: 32, 83 and 89. RGB value is (50,131,137). Sum of RGB (Red+Green+Blue) = 50+131+137=318 (42% of max value = 765). Red value is 50 (19.92% from 255 or 15.72% from 318); Green value is 131 (51.56% from 255 or 41.19% from 318); Blue value is 137 (53.91% from 255 or 43.08% from 318); Max value from RGB is 137 - color contains mainly: blue. Hex color #328389 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #328389 is #CD7C76. Grayscale: #6B6B6B. Windows color (decimal): -13466743 or 9012018. OLE color: 9012018.

HSL color Cylindrical-coordinate representation of color #328389: hue angle of 184.14º degrees, saturation: 0.47, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #328389 is Cyan = 0.64, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB 50 131 137 -
CMYK 0.64 0.04 0 0.46
HSL 184.14º 0.47% 0.37% -
HSV(B) 184.14º 0.64% 0.54% -
XYZ 13.95 18.72 26.54 -
YUV 107.47 144.66 87.01 -
System Red Green Blue C M Y K H S L
Decimal 50 131 137 0.64 0.04 0 0.46 184.14 0.47 0.37
Hex 32 83 89 40 4 0 2E B8 2F 25
Octal 62 203 211 100 4 0 56 270 57 45
Binary 110010 10000011 10001001 1000000 100 0 101110 10111000 101111 100101

Color Harmonies of #328389

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #328389

Black with #328389

Text Example


Text Example

White with #328389

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #328389; }

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

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

background-color css

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

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

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

border-color css

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

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

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