Html Css Color HEX #326D76 Atoll

📋 copy color: '#326D76'

red 50 ◦ green 109 ◦ blue 118

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

Shades of Atoll #326D76

Tints of Atoll #326D76

RGB

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

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

 BLUE value IS 118 (46.48% from 255) = 42.6%

R = 18.05%
G = 39.35%
B = 42.6%

CMYK

 C value IS 0.58

 M value IS 0.08

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#326D76 (or 0x326D76) is known color: Atoll. HEX triplet: 32, 6D and 76. RGB value is (50,109,118). Sum of RGB (Red+Green+Blue) = 50+109+118=277 (36% of max value = 765). Red value is 50 (19.92% from 255 or 18.05% from 277); Green value is 109 (42.97% from 255 or 39.35% from 277); Blue value is 118 (46.48% from 255 or 42.60% from 277); Max value from RGB is 118 - color contains mainly: blue. Hex color #326D76 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #326D76 is #CD9289. Grayscale: #5C5C5C. Windows color (decimal): -13472394 or 7761202. OLE color: 7761202.

HSL color Cylindrical-coordinate representation of color #326D76: hue angle of 187.94º degrees, saturation: 0.4, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #326D76 is Cyan = 0.58, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB 50 109 118 -
CMYK 0.58 0.08 0 0.54
HSL 187.94º 0.4% 0.33% -
HSV(B) 187.94º 0.58% 0.46% -
XYZ 10.05 12.92 19.1 -
YUV 92.39 142.45 97.77 -
System Red Green Blue C M Y K H S L
Decimal 50 109 118 0.58 0.08 0 0.54 187.94 0.4 0.33
Hex 32 6D 76 3A 8 0 36 BC 28 21
Octal 62 155 166 72 10 0 66 274 50 41
Binary 110010 1101101 1110110 111010 1000 0 110110 10111100 101000 100001

Color Harmonies of #326D76

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #326D76

Black with #326D76

Text Example


Text Example

White with #326D76

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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