Html Css Color HEX #327881 Atoll

📋 copy color: '#327881'

red 50 ◦ green 120 ◦ blue 129

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

Shades of Atoll #327881

Tints of Atoll #327881

RGB

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

 GREEN value IS 120 (47.27% from 255) = 40.13%

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

R = 16.72%
G = 40.13%
B = 43.14%

CMYK

 C value IS 0.61

 M value IS 0.07

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#327881 (or 0x327881) is known color: Atoll. HEX triplet: 32, 78 and 81. RGB value is (50,120,129). Sum of RGB (Red+Green+Blue) = 50+120+129=299 (39% of max value = 765). Red value is 50 (19.92% from 255 or 16.72% from 299); Green value is 120 (47.27% from 255 or 40.13% from 299); Blue value is 129 (50.78% from 255 or 43.14% from 299); Max value from RGB is 129 - color contains mainly: blue. Hex color #327881 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #327881 is #CD877E. Grayscale: #636363. Windows color (decimal): -13469567 or 8484914. OLE color: 8484914.

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

Color convert

RGB 50 120 129 -
CMYK 0.61 0.07 0 0.49
HSL 186.84º 0.44% 0.35% -
HSV(B) 186.84º 0.61% 0.51% -
XYZ 11.99 15.7 23.17 -
YUV 100.1 144.31 92.27 -
System Red Green Blue C M Y K H S L
Decimal 50 120 129 0.61 0.07 0 0.49 186.84 0.44 0.35
Hex 32 78 81 3D 7 0 31 BB 2C 23
Octal 62 170 201 75 7 0 61 273 54 43
Binary 110010 1111000 10000001 111101 111 0 110001 10111011 101100 100011

Color Harmonies of #327881

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #327881

Black with #327881

Text Example


Text Example

White with #327881

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #327881; }

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

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

background-color css

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

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

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

border-color css

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

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

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