Html Css Color HEX #326E76 Atoll

📋 copy color: '#326E76'

red 50 ◦ green 110 ◦ blue 118

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

Shades of Atoll #326E76

Tints of Atoll #326E76

RGB

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

 GREEN value IS 110 (43.36% from 255) = 39.57%

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

R = 17.99%
G = 39.57%
B = 42.45%

CMYK

 C value IS 0.58

 M value IS 0.07

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#326E76 (or 0x326E76) is known color: Atoll. HEX triplet: 32, 6E and 76. RGB value is (50,110,118). Sum of RGB (Red+Green+Blue) = 50+110+118=278 (36% of max value = 765). Red value is 50 (19.92% from 255 or 17.99% from 278); Green value is 110 (43.36% from 255 or 39.57% from 278); Blue value is 118 (46.48% from 255 or 42.45% from 278); Max value from RGB is 118 - color contains mainly: blue. Hex color #326E76 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #326E76 is #CD9189. Grayscale: #5C5C5C. Windows color (decimal): -13472138 or 7761458. OLE color: 7761458.

HSL color Cylindrical-coordinate representation of color #326E76: hue angle of 187.06º 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 #326E76 is Cyan = 0.58, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB 50 110 118 -
CMYK 0.58 0.07 0 0.54
HSL 187.06º 0.4% 0.33% -
HSV(B) 187.06º 0.58% 0.46% -
XYZ 10.16 13.14 19.14 -
YUV 92.97 142.12 97.35 -
System Red Green Blue C M Y K H S L
Decimal 50 110 118 0.58 0.07 0 0.54 187.06 0.4 0.33
Hex 32 6E 76 3A 7 0 36 BB 28 21
Octal 62 156 166 72 7 0 66 273 50 41
Binary 110010 1101110 1110110 111010 111 0 110110 10111011 101000 100001

Color Harmonies of #326E76

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #326E76

Black with #326E76

Text Example


Text Example

White with #326E76

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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