Html Css Color HEX #326C75 Atoll

📋 copy color: '#326C75'

red 50 ◦ green 108 ◦ blue 117

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

Shades of Atoll #326C75

Tints of Atoll #326C75

RGB

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

 GREEN value IS 108 (42.58% from 255) = 39.27%

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

R = 18.18%
G = 39.27%
B = 42.55%

CMYK

 C value IS 0.57

 M value IS 0.08

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#326C75 (or 0x326C75) is known color: Atoll. HEX triplet: 32, 6C and 75. RGB value is (50,108,117). Sum of RGB (Red+Green+Blue) = 50+108+117=275 (36% of max value = 765). Red value is 50 (19.92% from 255 or 18.18% from 275); Green value is 108 (42.58% from 255 or 39.27% from 275); Blue value is 117 (46.09% from 255 or 42.55% from 275); Max value from RGB is 117 - color contains mainly: blue. Hex color #326C75 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #326C75 is #CD938A. Grayscale: #5B5B5B. Windows color (decimal): -13472651 or 7695410. OLE color: 7695410.

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

Color convert

RGB 50 108 117 -
CMYK 0.57 0.08 0 0.54
HSL 188.06º 0.4% 0.33% -
HSV(B) 188.06º 0.57% 0.46% -
XYZ 9.89 12.69 18.76 -
YUV 91.68 142.28 98.27 -
System Red Green Blue C M Y K H S L
Decimal 50 108 117 0.57 0.08 0 0.54 188.06 0.4 0.33
Hex 32 6C 75 39 8 0 36 BC 28 21
Octal 62 154 165 71 10 0 66 274 50 41
Binary 110010 1101100 1110101 111001 1000 0 110110 10111100 101000 100001

Color Harmonies of #326C75

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #326C75

Black with #326C75

Text Example


Text Example

White with #326C75

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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