Html Css Color HEX #327980 Atoll

📋 copy color: '#327980'

red 50 ◦ green 121 ◦ blue 128

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

Shades of Atoll #327980

Tints of Atoll #327980

RGB

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

 GREEN value IS 121 (47.66% from 255) = 40.47%

 BLUE value IS 128 (50.39% from 255) = 42.81%

R = 16.72%
G = 40.47%
B = 42.81%

CMYK

 C value IS 0.61

 M value IS 0.05

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#327980 (or 0x327980) is known color: Atoll. HEX triplet: 32, 79 and 80. RGB value is (50,121,128). Sum of RGB (Red+Green+Blue) = 50+121+128=299 (39% of max value = 765). Red value is 50 (19.92% from 255 or 16.72% from 299); Green value is 121 (47.66% from 255 or 40.47% from 299); Blue value is 128 (50.39% from 255 or 42.81% from 299); Max value from RGB is 128 - color contains mainly: blue. Hex color #327980 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #327980 is #CD867F. Grayscale: #646464. Windows color (decimal): -13469312 or 8419634. OLE color: 8419634.

HSL color Cylindrical-coordinate representation of color #327980: hue angle of 185.38º degrees, saturation: 0.44, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #327980 is Cyan = 0.61, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB 50 121 128 -
CMYK 0.61 0.05 0 0.50
HSL 185.38º 0.44% 0.35% -
HSV(B) 185.38º 0.61% 0.5% -
XYZ 12.05 15.91 22.86 -
YUV 100.57 143.48 91.93 -
System Red Green Blue C M Y K H S L
Decimal 50 121 128 0.61 0.05 0 0.50 185.38 0.44 0.35
Hex 32 79 80 3D 5 0 32 B9 2C 23
Octal 62 171 200 75 5 0 62 271 54 43
Binary 110010 1111001 10000000 111101 101 0 110010 10111001 101100 100011

Color Harmonies of #327980

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #327980

Black with #327980

Text Example


Text Example

White with #327980

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #327980; }

 p { color: rgb(50,121,128); }

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

background-color css

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

 a { background-color: rgb(50,121,128); }

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

border-color css

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

 span { border-color: rgb(50,121,128); }

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