Html Css Color HEX #327680 Atoll

📋 copy color: '#327680'

red 50 ◦ green 118 ◦ blue 128

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

Shades of Atoll #327680

Tints of Atoll #327680

RGB

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

 GREEN value IS 118 (46.48% from 255) = 39.86%

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

R = 16.89%
G = 39.86%
B = 43.24%

CMYK

 C value IS 0.61

 M value IS 0.08

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#327680 (or 0x327680) is known color: Atoll. HEX triplet: 32, 76 and 80. RGB value is (50,118,128). Sum of RGB (Red+Green+Blue) = 50+118+128=296 (39% of max value = 765). Red value is 50 (19.92% from 255 or 16.89% from 296); Green value is 118 (46.48% from 255 or 39.86% from 296); Blue value is 128 (50.39% from 255 or 43.24% from 296); Max value from RGB is 128 - color contains mainly: blue. Hex color #327680 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #327680 is #CD897F. Grayscale: #626262. Windows color (decimal): -13470080 or 8418866. OLE color: 8418866.

HSL color Cylindrical-coordinate representation of color #327680: hue angle of 187.69º 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 #327680 is Cyan = 0.61, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB 50 118 128 -
CMYK 0.61 0.08 0 0.50
HSL 187.69º 0.44% 0.35% -
HSV(B) 187.69º 0.61% 0.5% -
XYZ 11.69 15.19 22.74 -
YUV 98.81 144.47 93.19 -
System Red Green Blue C M Y K H S L
Decimal 50 118 128 0.61 0.08 0 0.50 187.69 0.44 0.35
Hex 32 76 80 3D 8 0 32 BC 2C 23
Octal 62 166 200 75 10 0 62 274 54 43
Binary 110010 1110110 10000000 111101 1000 0 110010 10111100 101100 100011

Color Harmonies of #327680

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #327680

Black with #327680

Text Example


Text Example

White with #327680

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #327680; }

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

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

background-color css

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

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

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

border-color css

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

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

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