Html Css Color HEX #326D79 Atoll

📋 copy color: '#326D79'

red 50 ◦ green 109 ◦ blue 121

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

Shades of Atoll #326D79

Tints of Atoll #326D79

RGB

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

 GREEN value IS 109 (42.97% from 255) = 38.93%

 BLUE value IS 121 (47.66% from 255) = 43.21%

R = 17.86%
G = 38.93%
B = 43.21%

CMYK

 C value IS 0.59

 M value IS 0.10

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#326D79 (or 0x326D79) is known color: Atoll. HEX triplet: 32, 6D and 79. RGB value is (50,109,121). Sum of RGB (Red+Green+Blue) = 50+109+121=280 (37% of max value = 765). Red value is 50 (19.92% from 255 or 17.86% from 280); Green value is 109 (42.97% from 255 or 38.93% from 280); Blue value is 121 (47.66% from 255 or 43.21% from 280); Max value from RGB is 121 - color contains mainly: blue. Hex color #326D79 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #326D79 is #CD9286. Grayscale: #5C5C5C. Windows color (decimal): -13472391 or 7957810. OLE color: 7957810.

HSL color Cylindrical-coordinate representation of color #326D79: hue angle of 190.14º degrees, saturation: 0.42, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #326D79 is Cyan = 0.59, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB 50 109 121 -
CMYK 0.59 0.10 0 0.53
HSL 190.14º 0.42% 0.34% -
HSV(B) 190.14º 0.59% 0.47% -
XYZ 10.24 13 20.06 -
YUV 92.73 143.95 97.52 -
System Red Green Blue C M Y K H S L
Decimal 50 109 121 0.59 0.10 0 0.53 190.14 0.42 0.34
Hex 32 6D 79 3B A 0 35 BE 2A 22
Octal 62 155 171 73 12 0 65 276 52 42
Binary 110010 1101101 1111001 111011 1010 0 110101 10111110 101010 100010

Color Harmonies of #326D79

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #326D79

Black with #326D79

Text Example


Text Example

White with #326D79

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #326D79; }

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

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

background-color css

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

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

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

border-color css

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

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

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