Html Css Color HEX #327A81 Atoll

📋 copy color: '#327A81'

red 50 ◦ green 122 ◦ blue 129

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

Shades of Atoll #327A81

Tints of Atoll #327A81

RGB

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

 GREEN value IS 122 (48.05% from 255) = 40.53%

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

R = 16.61%
G = 40.53%
B = 42.86%

CMYK

 C value IS 0.61

 M value IS 0.05

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#327A81 (or 0x327A81) is known color: Atoll. HEX triplet: 32, 7A and 81. RGB value is (50,122,129). Sum of RGB (Red+Green+Blue) = 50+122+129=301 (39% of max value = 765). Red value is 50 (19.92% from 255 or 16.61% from 301); Green value is 122 (48.05% from 255 or 40.53% from 301); Blue value is 129 (50.78% from 255 or 42.86% from 301); Max value from RGB is 129 - color contains mainly: blue. Hex color #327A81 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #327A81 is #CD857E. Grayscale: #656565. Windows color (decimal): -13469055 or 8485426. OLE color: 8485426.

HSL color Cylindrical-coordinate representation of color #327A81: hue angle of 185.32º 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 #327A81 is Cyan = 0.61, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB 50 122 129 -
CMYK 0.61 0.05 0 0.49
HSL 185.32º 0.44% 0.35% -
HSV(B) 185.32º 0.61% 0.51% -
XYZ 12.24 16.18 23.25 -
YUV 101.27 143.65 91.43 -
System Red Green Blue C M Y K H S L
Decimal 50 122 129 0.61 0.05 0 0.49 185.32 0.44 0.35
Hex 32 7A 81 3D 5 0 31 B9 2C 23
Octal 62 172 201 75 5 0 61 271 54 43
Binary 110010 1111010 10000001 111101 101 0 110001 10111001 101100 100011

Color Harmonies of #327A81

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #327A81

Black with #327A81

Text Example


Text Example

White with #327A81

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #327A81; }

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

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

background-color css

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

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

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

border-color css

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

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

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