Html Css Color HEX #327E87 Atoll

📋 copy color: '#327E87'

red 50 ◦ green 126 ◦ blue 135

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

Shades of Atoll #327E87

Tints of Atoll #327E87

RGB

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

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

 BLUE value IS 135 (53.13% from 255) = 43.41%

R = 16.08%
G = 40.51%
B = 43.41%

CMYK

 C value IS 0.63

 M value IS 0.07

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#327E87 (or 0x327E87) is known color: Atoll. HEX triplet: 32, 7E and 87. RGB value is (50,126,135). Sum of RGB (Red+Green+Blue) = 50+126+135=311 (41% of max value = 765). Red value is 50 (19.92% from 255 or 16.08% from 311); Green value is 126 (49.61% from 255 or 40.51% from 311); Blue value is 135 (53.12% from 255 or 43.41% from 311); Max value from RGB is 135 - color contains mainly: blue. Hex color #327E87 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #327E87 is #CD8178. Grayscale: #686868. Windows color (decimal): -13468025 or 8879666. OLE color: 8879666.

HSL color Cylindrical-coordinate representation of color #327E87: hue angle of 186.35º degrees, saturation: 0.46, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #327E87 is Cyan = 0.63, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB 50 126 135 -
CMYK 0.63 0.07 0 0.47
HSL 186.35º 0.46% 0.36% -
HSV(B) 186.35º 0.63% 0.53% -
XYZ 13.15 17.35 25.58 -
YUV 104.3 145.32 89.27 -
System Red Green Blue C M Y K H S L
Decimal 50 126 135 0.63 0.07 0 0.47 186.35 0.46 0.36
Hex 32 7E 87 3F 7 0 2F BA 2E 24
Octal 62 176 207 77 7 0 57 272 56 44
Binary 110010 1111110 10000111 111111 111 0 101111 10111010 101110 100100

Color Harmonies of #327E87

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #327E87

Black with #327E87

Text Example


Text Example

White with #327E87

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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