Html Css Color HEX #326E75 Atoll

📋 copy color: '#326E75'

red 50 ◦ green 110 ◦ blue 117

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

Shades of Atoll #326E75

Tints of Atoll #326E75

RGB

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

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

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

R = 18.05%
G = 39.71%
B = 42.24%

CMYK

 C value IS 0.57

 M value IS 0.06

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#326E75 (or 0x326E75) is known color: Atoll. HEX triplet: 32, 6E and 75. RGB value is (50,110,117). Sum of RGB (Red+Green+Blue) = 50+110+117=277 (36% of max value = 765). Red value is 50 (19.92% from 255 or 18.05% from 277); Green value is 110 (43.36% from 255 or 39.71% from 277); Blue value is 117 (46.09% from 255 or 42.24% from 277); Max value from RGB is 117 - color contains mainly: blue. Hex color #326E75 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #326E75 is #CD918A. Grayscale: #5C5C5C. Windows color (decimal): -13472139 or 7695922. OLE color: 7695922.

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

Color convert

RGB 50 110 117 -
CMYK 0.57 0.06 0 0.54
HSL 186.27º 0.4% 0.33% -
HSV(B) 186.27º 0.57% 0.46% -
XYZ 10.1 13.11 18.83 -
YUV 92.86 141.62 97.43 -
System Red Green Blue C M Y K H S L
Decimal 50 110 117 0.57 0.06 0 0.54 186.27 0.4 0.33
Hex 32 6E 75 39 6 0 36 BA 28 21
Octal 62 156 165 71 6 0 66 272 50 41
Binary 110010 1101110 1110101 111001 110 0 110110 10111010 101000 100001

Color Harmonies of #326E75

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #326E75

Black with #326E75

Text Example


Text Example

White with #326E75

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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