Html Css Color HEX #327F8E Jelly Bean

📋 copy color: '#327F8E'

red 50 ◦ green 127 ◦ blue 142

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

Shades of Jelly Bean #327F8E

Tints of Jelly Bean #327F8E

RGB

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

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

 BLUE value IS 142 (55.86% from 255) = 44.51%

R = 15.67%
G = 39.81%
B = 44.51%

CMYK

 C value IS 0.65

 M value IS 0.11

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#327F8E (or 0x327F8E) is known color: Jelly Bean. HEX triplet: 32, 7F and 8E. RGB value is (50,127,142). Sum of RGB (Red+Green+Blue) = 50+127+142=319 (42% of max value = 765). Red value is 50 (19.92% from 255 or 15.67% from 319); Green value is 127 (50% from 255 or 39.81% from 319); Blue value is 142 (55.86% from 255 or 44.51% from 319); Max value from RGB is 142 - color contains mainly: blue. Hex color #327F8E is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #327F8E is #CD8071. Grayscale: #696969. Windows color (decimal): -13467762 or 9338674. OLE color: 9338674.

HSL color Cylindrical-coordinate representation of color #327F8E: hue angle of 189.78º 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 #327F8E is Cyan = 0.65, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 50 127 142 -
CMYK 0.65 0.11 0 0.44
HSL 189.78º 0.48% 0.38% -
HSV(B) 189.78º 0.65% 0.56% -
XYZ 13.79 17.81 28.3 -
YUV 105.69 148.49 88.28 -
System Red Green Blue C M Y K H S L
Decimal 50 127 142 0.65 0.11 0 0.44 189.78 0.48 0.38
Hex 32 7F 8E 41 B 0 2C BE 30 26
Octal 62 177 216 101 13 0 54 276 60 46
Binary 110010 1111111 10001110 1000001 1011 0 101100 10111110 110000 100110

Color Harmonies of #327F8E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #327F8E

Black with #327F8E

Text Example


Text Example

White with #327F8E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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