Html Css Color HEX #326F74 Atoll

📋 copy color: '#326F74'

red 50 ◦ green 111 ◦ blue 116

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

Shades of Atoll #326F74

Tints of Atoll #326F74

RGB

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

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

 BLUE value IS 116 (45.7% from 255) = 41.88%

R = 18.05%
G = 40.07%
B = 41.88%

CMYK

 C value IS 0.57

 M value IS 0.04

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#326F74 (or 0x326F74) is known color: Atoll. HEX triplet: 32, 6F and 74. RGB value is (50,111,116). Sum of RGB (Red+Green+Blue) = 50+111+116=277 (36% of max value = 765). Red value is 50 (19.92% from 255 or 18.05% from 277); Green value is 111 (43.75% from 255 or 40.07% from 277); Blue value is 116 (45.70% from 255 or 41.88% from 277); Max value from RGB is 116 - color contains mainly: blue. Hex color #326F74 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #326F74 is #CD908B. Grayscale: #5D5D5D. Windows color (decimal): -13471884 or 7630642. OLE color: 7630642.

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

Color convert

RGB 50 111 116 -
CMYK 0.57 0.04 0 0.55
HSL 184.55º 0.4% 0.33% -
HSV(B) 184.55º 0.57% 0.45% -
XYZ 10.15 13.31 18.56 -
YUV 93.33 140.79 97.09 -
System Red Green Blue C M Y K H S L
Decimal 50 111 116 0.57 0.04 0 0.55 184.55 0.4 0.33
Hex 32 6F 74 39 4 0 37 B9 28 21
Octal 62 157 164 71 4 0 67 271 50 41
Binary 110010 1101111 1110100 111001 100 0 110111 10111001 101000 100001

Color Harmonies of #326F74

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #326F74

Black with #326F74

Text Example


Text Example

White with #326F74

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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