Html Css Color HEX #326F76 Atoll

📋 copy color: '#326F76'

red 50 ◦ green 111 ◦ blue 118

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

Shades of Atoll #326F76

Tints of Atoll #326F76

RGB

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

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

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

R = 17.92%
G = 39.78%
B = 42.29%

CMYK

 C value IS 0.58

 M value IS 0.06

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#326F76 (or 0x326F76) is known color: Atoll. HEX triplet: 32, 6F and 76. RGB value is (50,111,118). Sum of RGB (Red+Green+Blue) = 50+111+118=279 (36% of max value = 765). Red value is 50 (19.92% from 255 or 17.92% from 279); Green value is 111 (43.75% from 255 or 39.78% from 279); Blue value is 118 (46.48% from 255 or 42.29% from 279); Max value from RGB is 118 - color contains mainly: blue. Hex color #326F76 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #326F76 is #CD9089. Grayscale: #5D5D5D. Windows color (decimal): -13471882 or 7761714. OLE color: 7761714.

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

Color convert

RGB 50 111 118 -
CMYK 0.58 0.06 0 0.54
HSL 186.18º 0.4% 0.33% -
HSV(B) 186.18º 0.58% 0.46% -
XYZ 10.27 13.35 19.18 -
YUV 93.56 141.79 96.93 -
System Red Green Blue C M Y K H S L
Decimal 50 111 118 0.58 0.06 0 0.54 186.18 0.4 0.33
Hex 32 6F 76 3A 6 0 36 BA 28 21
Octal 62 157 166 72 6 0 66 272 50 41
Binary 110010 1101111 1110110 111010 110 0 110110 10111010 101000 100001

Color Harmonies of #326F76

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #326F76

Black with #326F76

Text Example


Text Example

White with #326F76

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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