#327E92

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

Shades of Jelly Bean #327E92

Tints of Jelly Bean #327E92

Color information

#327E92 (or 0x327E92) is unknown color: approx Jelly Bean. HEX triplet: 32, 7E and 92. RGB value is (50,126,146). Sum of RGB (Red+Green+Blue) = 50+126+146=322 (42% of max value = 765). Red value is 50 (19.92% from 255 or 15.53% from 322); Green value is 126 (49.61% from 255 or 39.13% from 322); Blue value is 146 (57.42% from 255 or 45.34% from 322); Max value from RGB is 146 - color contains mainly: blue. Hex color #327E92 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #327E92 is #CD816D. Grayscale: #696969. Windows color (decimal): -13468014 or 9600562. OLE color: 9600562.

HSL color Cylindrical-coordinate representation of color #327E92: hue angle of 192.5º degrees, saturation: 0.49, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #327E92 is Cyan = 0.66, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB50126146-
CMYK0.660.1400.43
HSL192.5º48.98%38.43%-
HSV(B)192.5º65.75%57.25%-
XYZ13.9617.6829.87-
YUV105.56150.8288.37-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 15.53%
GREEN value IS 126 (49.61% from 255) = 39.13%
BLUE value IS 146 (57.42% from 255) = 45.34%
R=15.53%
G=39.13%
B=45.34%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal501261460.660.1400.43192.548.9838.43
Hex327E9242E02Bc03126
Octal62176222102160533006146
Binary11001011111101001001010000101110010101111000000110001100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #327E92

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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