#337E8C

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

Shades of Jelly Bean #337E8C

Tints of Jelly Bean #337E8C

Color information

#337E8C (or 0x337E8C) is unknown color: approx Jelly Bean. HEX triplet: 33, 7E and 8C. RGB value is (51,126,140). Sum of RGB (Red+Green+Blue) = 51+126+140=317 (41% of max value = 765). Red value is 51 (20.31% from 255 or 16.09% from 317); Green value is 126 (49.61% from 255 or 39.75% from 317); Blue value is 140 (55.08% from 255 or 44.16% from 317); Max value from RGB is 140 - color contains mainly: blue. Hex color #337E8C is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #337E8C is #CC8173. Grayscale: #696969. Windows color (decimal): -13402484 or 9207347. OLE color: 9207347.

HSL color Cylindrical-coordinate representation of color #337E8C: hue angle of 189.44º degrees, saturation: 0.47, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #337E8C is Cyan = 0.64, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB51126140-
CMYK0.640.1000.45
HSL189.44º46.6%37.45%-
HSV(B)189.44º63.57%54.9%-
XYZ13.5617.5227.48-
YUV105.17147.6589.36-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 16.09%
GREEN value IS 126 (49.61% from 255) = 39.75%
BLUE value IS 140 (55.08% from 255) = 44.16%
R=16.09%
G=39.75%
B=44.16%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal511261400.640.1000.45189.4446.637.45
Hex337E8C40A02Dbd2f25
Octal63176214100120552755745
Binary11001111111101000110010000001010010110110111101101111100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #337E8C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #337E8C; }

 p { color: rgb(51,126,140); }

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

<style>
 a { background-color: #337E8C; }

 a { background-color: rgb(51,126,140); }

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

<style>
 span { border-color: #337E8C; }

 span { border-color: rgb(51,126,140); }

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