Html Css Color HEX #326D75 Atoll

📋 copy color: '#326D75'

red 50 ◦ green 109 ◦ blue 117

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

Shades of Atoll #326D75

Tints of Atoll #326D75

RGB

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

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

 BLUE value IS 117 (46.09% from 255) = 42.39%

R = 18.12%
G = 39.49%
B = 42.39%

CMYK

 C value IS 0.57

 M value IS 0.07

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#326D75 (or 0x326D75) is known color: Atoll. HEX triplet: 32, 6D and 75. RGB value is (50,109,117). Sum of RGB (Red+Green+Blue) = 50+109+117=276 (36% of max value = 765). Red value is 50 (19.92% from 255 or 18.12% from 276); Green value is 109 (42.97% from 255 or 39.49% from 276); Blue value is 117 (46.09% from 255 or 42.39% from 276); Max value from RGB is 117 - color contains mainly: blue. Hex color #326D75 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #326D75 is #CD928A. Grayscale: #5C5C5C. Windows color (decimal): -13472395 or 7695666. OLE color: 7695666.

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

Color convert

RGB 50 109 117 -
CMYK 0.57 0.07 0 0.54
HSL 187.16º 0.4% 0.33% -
HSV(B) 187.16º 0.57% 0.46% -
XYZ 9.99 12.9 18.79 -
YUV 92.27 141.95 97.85 -
System Red Green Blue C M Y K H S L
Decimal 50 109 117 0.57 0.07 0 0.54 187.16 0.4 0.33
Hex 32 6D 75 39 7 0 36 BB 28 21
Octal 62 155 165 71 7 0 66 273 50 41
Binary 110010 1101101 1110101 111001 111 0 110110 10111011 101000 100001

Color Harmonies of #326D75

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #326D75

Black with #326D75

Text Example


Text Example

White with #326D75

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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