Html Css Color HEX #327E81 Atoll

📋 copy color: '#327E81'

red 50 ◦ green 126 ◦ blue 129

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

Shades of Atoll #327E81

Tints of Atoll #327E81

RGB

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

 GREEN value IS 126 (49.61% from 255) = 41.31%

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

R = 16.39%
G = 41.31%
B = 42.3%

CMYK

 C value IS 0.61

 M value IS 0.02

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#327E81 (or 0x327E81) is known color: Atoll. HEX triplet: 32, 7E and 81. RGB value is (50,126,129). Sum of RGB (Red+Green+Blue) = 50+126+129=305 (40% of max value = 765). Red value is 50 (19.92% from 255 or 16.39% from 305); Green value is 126 (49.61% from 255 or 41.31% from 305); Blue value is 129 (50.78% from 255 or 42.30% from 305); Max value from RGB is 129 - color contains mainly: blue. Hex color #327E81 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #327E81 is #CD817E. Grayscale: #676767. Windows color (decimal): -13468031 or 8486450. OLE color: 8486450.

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

Color convert

RGB 50 126 129 -
CMYK 0.61 0.02 0 0.49
HSL 182.28º 0.44% 0.35% -
HSV(B) 182.28º 0.61% 0.51% -
XYZ 12.74 17.18 23.41 -
YUV 103.62 142.32 89.76 -
System Red Green Blue C M Y K H S L
Decimal 50 126 129 0.61 0.02 0 0.49 182.28 0.44 0.35
Hex 32 7E 81 3D 2 0 31 B6 2C 23
Octal 62 176 201 75 2 0 61 266 54 43
Binary 110010 1111110 10000001 111101 10 0 110001 10110110 101100 100011

Color Harmonies of #327E81

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #327E81

Black with #327E81

Text Example


Text Example

White with #327E81

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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