Html Css Color HEX #327273 Atoll

📋 copy color: '#327273'

red 50 ◦ green 114 ◦ blue 115

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

Shades of Atoll #327273

Tints of Atoll #327273

RGB

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

 GREEN value IS 114 (44.92% from 255) = 40.86%

 BLUE value IS 115 (45.31% from 255) = 41.22%

R = 17.92%
G = 40.86%
B = 41.22%

CMYK

 C value IS 0.57

 M value IS 0.01

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#327273 (or 0x327273) is known color: Atoll. HEX triplet: 32, 72 and 73. RGB value is (50,114,115). Sum of RGB (Red+Green+Blue) = 50+114+115=279 (36% of max value = 765). Red value is 50 (19.92% from 255 or 17.92% from 279); Green value is 114 (44.92% from 255 or 40.86% from 279); Blue value is 115 (45.31% from 255 or 41.22% from 279); Max value from RGB is 115 - color contains mainly: blue. Hex color #327273 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #327273 is #CD8D8C. Grayscale: #5E5E5E. Windows color (decimal): -13471117 or 7565874. OLE color: 7565874.

HSL color Cylindrical-coordinate representation of color #327273: hue angle of 180.92º degrees, saturation: 0.39, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #327273 is Cyan = 0.57, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 50 114 115 -
CMYK 0.57 0.01 0 0.55
HSL 180.92º 0.39% 0.32% -
HSV(B) 180.92º 0.57% 0.45% -
XYZ 10.43 13.95 18.36 -
YUV 94.98 139.3 95.92 -
System Red Green Blue C M Y K H S L
Decimal 50 114 115 0.57 0.01 0 0.55 180.92 0.39 0.32
Hex 32 72 73 39 1 0 37 B5 27 20
Octal 62 162 163 71 1 0 67 265 47 40
Binary 110010 1110010 1110011 111001 1 0 110111 10110101 100111 100000

Color Harmonies of #327273

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #327273

Black with #327273

Text Example


Text Example

White with #327273

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #327273; }

 p { color: rgb(50,114,115); }

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

background-color css

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

 a { background-color: rgb(50,114,115); }

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

border-color css

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

 span { border-color: rgb(50,114,115); }

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