Html Css Color HEX #326F79 Atoll

📋 copy color: '#326F79'

red 50 ◦ green 111 ◦ blue 121

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

Shades of Atoll #326F79

Tints of Atoll #326F79

RGB

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

 GREEN value IS 111 (43.75% from 255) = 39.36%

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

R = 17.73%
G = 39.36%
B = 42.91%

CMYK

 C value IS 0.59

 M value IS 0.08

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#326F79 (or 0x326F79) is known color: Atoll. HEX triplet: 32, 6F and 79. RGB value is (50,111,121). Sum of RGB (Red+Green+Blue) = 50+111+121=282 (37% of max value = 765). Red value is 50 (19.92% from 255 or 17.73% from 282); Green value is 111 (43.75% from 255 or 39.36% from 282); Blue value is 121 (47.66% from 255 or 42.91% from 282); Max value from RGB is 121 - color contains mainly: blue. Hex color #326F79 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #326F79 is #CD9086. Grayscale: #5D5D5D. Windows color (decimal): -13471879 or 7958322. OLE color: 7958322.

HSL color Cylindrical-coordinate representation of color #326F79: hue angle of 188.45º 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 #326F79 is Cyan = 0.59, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB 50 111 121 -
CMYK 0.59 0.08 0 0.53
HSL 188.45º 0.42% 0.34% -
HSV(B) 188.45º 0.59% 0.47% -
XYZ 10.45 13.43 20.13 -
YUV 93.9 143.29 96.69 -
System Red Green Blue C M Y K H S L
Decimal 50 111 121 0.59 0.08 0 0.53 188.45 0.42 0.34
Hex 32 6F 79 3B 8 0 35 BC 2A 22
Octal 62 157 171 73 10 0 65 274 52 42
Binary 110010 1101111 1111001 111011 1000 0 110101 10111100 101010 100010

Color Harmonies of #326F79

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #326F79

Black with #326F79

Text Example


Text Example

White with #326F79

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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