Html Css Color HEX #327F89 Atoll

📋 copy color: '#327F89'

red 50 ◦ green 127 ◦ blue 137

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

Shades of Atoll #327F89

Tints of Atoll #327F89

RGB

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

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

 BLUE value IS 137 (53.91% from 255) = 43.63%

R = 15.92%
G = 40.45%
B = 43.63%

CMYK

 C value IS 0.64

 M value IS 0.07

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#327F89 (or 0x327F89) is known color: Atoll. HEX triplet: 32, 7F and 89. RGB value is (50,127,137). Sum of RGB (Red+Green+Blue) = 50+127+137=314 (41% of max value = 765). Red value is 50 (19.92% from 255 or 15.92% from 314); Green value is 127 (50% from 255 or 40.45% from 314); Blue value is 137 (53.91% from 255 or 43.63% from 314); Max value from RGB is 137 - color contains mainly: blue. Hex color #327F89 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #327F89 is #CD8076. Grayscale: #696969. Windows color (decimal): -13467767 or 9010994. OLE color: 9010994.

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

Color convert

RGB 50 127 137 -
CMYK 0.64 0.07 0 0.46
HSL 186.9º 0.47% 0.37% -
HSV(B) 186.9º 0.64% 0.54% -
XYZ 13.42 17.66 26.37 -
YUV 105.12 145.99 88.69 -
System Red Green Blue C M Y K H S L
Decimal 50 127 137 0.64 0.07 0 0.46 186.9 0.47 0.37
Hex 32 7F 89 40 7 0 2E BB 2F 25
Octal 62 177 211 100 7 0 56 273 57 45
Binary 110010 1111111 10001001 1000000 111 0 101110 10111011 101111 100101

Color Harmonies of #327F89

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #327F89

Black with #327F89

Text Example


Text Example

White with #327F89

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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