Html Css Color HEX #328189 Atoll

📋 copy color: '#328189'

red 50 ◦ green 129 ◦ blue 137

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

Shades of Atoll #328189

Tints of Atoll #328189

RGB

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

 GREEN value IS 129 (50.78% from 255) = 40.82%

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

R = 15.82%
G = 40.82%
B = 43.35%

CMYK

 C value IS 0.64

 M value IS 0.06

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#328189 (or 0x328189) is known color: Atoll. HEX triplet: 32, 81 and 89. RGB value is (50,129,137). Sum of RGB (Red+Green+Blue) = 50+129+137=316 (41% of max value = 765). Red value is 50 (19.92% from 255 or 15.82% from 316); Green value is 129 (50.78% from 255 or 40.82% from 316); Blue value is 137 (53.91% from 255 or 43.35% from 316); Max value from RGB is 137 - color contains mainly: blue. Hex color #328189 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #328189 is #CD7E76. Grayscale: #6A6A6A. Windows color (decimal): -13467255 or 9011506. OLE color: 9011506.

HSL color Cylindrical-coordinate representation of color #328189: hue angle of 185.52º 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 #328189 is Cyan = 0.64, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB 50 129 137 -
CMYK 0.64 0.06 0 0.46
HSL 185.52º 0.47% 0.37% -
HSV(B) 185.52º 0.64% 0.54% -
XYZ 13.68 18.18 26.46 -
YUV 106.29 145.33 87.85 -
System Red Green Blue C M Y K H S L
Decimal 50 129 137 0.64 0.06 0 0.46 185.52 0.47 0.37
Hex 32 81 89 40 6 0 2E BA 2F 25
Octal 62 201 211 100 6 0 56 272 57 45
Binary 110010 10000001 10001001 1000000 110 0 101110 10111010 101111 100101

Color Harmonies of #328189

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #328189

Black with #328189

Text Example


Text Example

White with #328189

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #328189; }

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

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

background-color css

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

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

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

border-color css

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

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

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