Html Css Color HEX #326D74 Atoll

📋 copy color: '#326D74'

red 50 ◦ green 109 ◦ blue 116

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

Shades of Atoll #326D74

Tints of Atoll #326D74

RGB

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

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

 BLUE value IS 116 (45.7% from 255) = 42.18%

R = 18.18%
G = 39.64%
B = 42.18%

CMYK

 C value IS 0.57

 M value IS 0.06

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#326D74 (or 0x326D74) is known color: Atoll. HEX triplet: 32, 6D and 74. RGB value is (50,109,116). Sum of RGB (Red+Green+Blue) = 50+109+116=275 (36% of max value = 765). Red value is 50 (19.92% from 255 or 18.18% from 275); Green value is 109 (42.97% from 255 or 39.64% from 275); Blue value is 116 (45.70% from 255 or 42.18% from 275); Max value from RGB is 116 - color contains mainly: blue. Hex color #326D74 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #326D74 is #CD928B. Grayscale: #5C5C5C. Windows color (decimal): -13472396 or 7630130. OLE color: 7630130.

HSL color Cylindrical-coordinate representation of color #326D74: hue angle of 186.36º degrees, saturation: 0.4, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #326D74 is Cyan = 0.57, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 50 109 116 -
CMYK 0.57 0.06 0 0.55
HSL 186.36º 0.4% 0.33% -
HSV(B) 186.36º 0.57% 0.45% -
XYZ 9.94 12.88 18.48 -
YUV 92.16 141.45 97.93 -
System Red Green Blue C M Y K H S L
Decimal 50 109 116 0.57 0.06 0 0.55 186.36 0.4 0.33
Hex 32 6D 74 39 6 0 37 BA 28 21
Octal 62 155 164 71 6 0 67 272 50 41
Binary 110010 1101101 1110100 111001 110 0 110111 10111010 101000 100001

Color Harmonies of #326D74

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #326D74

Black with #326D74

Text Example


Text Example

White with #326D74

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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