Html Css Color HEX #326D77 Atoll

📋 copy color: '#326D77'

red 50 ◦ green 109 ◦ blue 119

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

Shades of Atoll #326D77

Tints of Atoll #326D77

RGB

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

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

 BLUE value IS 119 (46.88% from 255) = 42.81%

R = 17.99%
G = 39.21%
B = 42.81%

CMYK

 C value IS 0.58

 M value IS 0.08

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#326D77 (or 0x326D77) is known color: Atoll. HEX triplet: 32, 6D and 77. RGB value is (50,109,119). Sum of RGB (Red+Green+Blue) = 50+109+119=278 (36% of max value = 765). Red value is 50 (19.92% from 255 or 17.99% from 278); Green value is 109 (42.97% from 255 or 39.21% from 278); Blue value is 119 (46.88% from 255 or 42.81% from 278); Max value from RGB is 119 - color contains mainly: blue. Hex color #326D77 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #326D77 is #CD9288. Grayscale: #5C5C5C. Windows color (decimal): -13472393 or 7826738. OLE color: 7826738.

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

Color convert

RGB 50 109 119 -
CMYK 0.58 0.08 0 0.53
HSL 188.7º 0.41% 0.33% -
HSV(B) 188.7º 0.58% 0.47% -
XYZ 10.11 12.95 19.42 -
YUV 92.5 142.95 97.69 -
System Red Green Blue C M Y K H S L
Decimal 50 109 119 0.58 0.08 0 0.53 188.7 0.41 0.33
Hex 32 6D 77 3A 8 0 35 BD 29 21
Octal 62 155 167 72 10 0 65 275 51 41
Binary 110010 1101101 1110111 111010 1000 0 110101 10111101 101001 100001

Color Harmonies of #326D77

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #326D77

Black with #326D77

Text Example


Text Example

White with #326D77

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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