Html Css Color HEX #327F88 Atoll

📋 copy color: '#327F88'

red 50 ◦ green 127 ◦ blue 136

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

Shades of Atoll #327F88

Tints of Atoll #327F88

RGB

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

 GREEN value IS 127 (50% from 255) = 40.58%

 BLUE value IS 136 (53.52% from 255) = 43.45%

R = 15.97%
G = 40.58%
B = 43.45%

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

#327F88 (or 0x327F88) is known color: Atoll. HEX triplet: 32, 7F and 88. RGB value is (50,127,136). Sum of RGB (Red+Green+Blue) = 50+127+136=313 (41% of max value = 765). Red value is 50 (19.92% from 255 or 15.97% from 313); Green value is 127 (50% from 255 or 40.58% from 313); Blue value is 136 (53.52% from 255 or 43.45% from 313); Max value from RGB is 136 - color contains mainly: blue. Hex color #327F88 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #327F88 is #CD8077. Grayscale: #686868. Windows color (decimal): -13467768 or 8945458. OLE color: 8945458.

HSL color Cylindrical-coordinate representation of color #327F88: hue angle of 186.28º 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 #327F88 is Cyan = 0.63, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB 50 127 136 -
CMYK 0.63 0.07 0 0.47
HSL 186.28º 0.46% 0.36% -
HSV(B) 186.28º 0.63% 0.53% -
XYZ 13.35 17.63 25.99 -
YUV 105 145.49 88.77 -
System Red Green Blue C M Y K H S L
Decimal 50 127 136 0.63 0.07 0 0.47 186.28 0.46 0.36
Hex 32 7F 88 3F 7 0 2F BA 2E 24
Octal 62 177 210 77 7 0 57 272 56 44
Binary 110010 1111111 10001000 111111 111 0 101111 10111010 101110 100100

Color Harmonies of #327F88

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #327F88

Black with #327F88

Text Example


Text Example

White with #327F88

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(50,127,136); }

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

background-color css

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

 a { background-color: rgb(50,127,136); }

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

border-color css

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

 span { border-color: rgb(50,127,136); }

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