#327F8F

Color #327F8F Jelly Bean (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Jelly Bean #327F8F

Tints of Jelly Bean #327F8F

Color information

#327F8F (or 0x327F8F) is unknown color: approx Jelly Bean. HEX triplet: 32, 7F and 8F. RGB value is (50,127,143). Sum of RGB (Red+Green+Blue) = 50+127+143=320 (42% of max value = 765). Red value is 50 (19.92% from 255 or 15.62% from 320); Green value is 127 (50% from 255 or 39.69% from 320); Blue value is 143 (56.25% from 255 or 44.69% from 320); Max value from RGB is 143 - color contains mainly: blue. Hex color #327F8F is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #327F8F is #CD8070. Grayscale: #696969. Windows color (decimal): -13467761 or 9404210. OLE color: 9404210.

HSL color Cylindrical-coordinate representation of color #327F8F: hue angle of 190.32º degrees, saturation: 0.48, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #327F8F is Cyan = 0.65, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB50127143-
CMYK0.650.1100.44
HSL190.32º48.19%37.84%-
HSV(B)190.32º65.03%56.08%-
XYZ13.8617.8428.7-
YUV105.8148.9988.2-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 15.62%
GREEN value IS 127 (50% from 255) = 39.69%
BLUE value IS 143 (56.25% from 255) = 44.69%
R=15.62%
G=39.69%
B=44.69%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal501271430.650.1100.44190.3248.1937.84
Hex327F8F41B02Cbe3026
Octal62177217101130542766046
Binary11001011111111000111110000011011010110010111110110000100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #327F8F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #327F8F;
 }
 .AnyTagClassName
 {
   color: #327F8F;
 }
</style>
background-color css

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

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

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

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

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

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