Html Css Color HEX #327981 Atoll

📋 copy color: '#327981'

red 50 ◦ green 121 ◦ blue 129

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

Shades of Atoll #327981

Tints of Atoll #327981

RGB

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

 GREEN value IS 121 (47.66% from 255) = 40.33%

 BLUE value IS 129 (50.78% from 255) = 43%

R = 16.67%
G = 40.33%
B = 43%

CMYK

 C value IS 0.61

 M value IS 0.06

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#327981 (or 0x327981) is known color: Atoll. HEX triplet: 32, 79 and 81. RGB value is (50,121,129). Sum of RGB (Red+Green+Blue) = 50+121+129=300 (39% of max value = 765). Red value is 50 (19.92% from 255 or 16.67% from 300); Green value is 121 (47.66% from 255 or 40.33% from 300); Blue value is 129 (50.78% from 255 or 43% from 300); Max value from RGB is 129 - color contains mainly: blue. Hex color #327981 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #327981 is #CD867E. Grayscale: #646464. Windows color (decimal): -13469311 or 8485170. OLE color: 8485170.

HSL color Cylindrical-coordinate representation of color #327981: hue angle of 186.08º degrees, saturation: 0.44, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #327981 is Cyan = 0.61, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB 50 121 129 -
CMYK 0.61 0.06 0 0.49
HSL 186.08º 0.44% 0.35% -
HSV(B) 186.08º 0.61% 0.51% -
XYZ 12.12 15.94 23.21 -
YUV 100.68 143.98 91.85 -
System Red Green Blue C M Y K H S L
Decimal 50 121 129 0.61 0.06 0 0.49 186.08 0.44 0.35
Hex 32 79 81 3D 6 0 31 BA 2C 23
Octal 62 171 201 75 6 0 61 272 54 43
Binary 110010 1111001 10000001 111101 110 0 110001 10111010 101100 100011

Color Harmonies of #327981

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #327981

Black with #327981

Text Example


Text Example

White with #327981

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #327981; }

 p { color: rgb(50,121,129); }

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

background-color css

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

 a { background-color: rgb(50,121,129); }

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

border-color css

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

 span { border-color: rgb(50,121,129); }

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