#337D99

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

Shades of Jelly Bean #337D99

Tints of Jelly Bean #337D99

Color information

#337D99 (or 0x337D99) is unknown color: approx Jelly Bean. HEX triplet: 33, 7D and 99. RGB value is (51,125,153). Sum of RGB (Red+Green+Blue) = 51+125+153=329 (43% of max value = 765). Red value is 51 (20.31% from 255 or 15.50% from 329); Green value is 125 (49.22% from 255 or 37.99% from 329); Blue value is 153 (60.16% from 255 or 46.50% from 329); Max value from RGB is 153 - color contains mainly: blue. Hex color #337D99 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #337D99 is #CC8266. Grayscale: #696969. Windows color (decimal): -13402727 or 10059059. OLE color: 10059059.

HSL color Cylindrical-coordinate representation of color #337D99: hue angle of 196.47º degrees, saturation: 0.5, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #337D99 is Cyan = 0.67, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB51125153-
CMYK0.670.1800.4
HSL196.47º50%40%-
HSV(B)196.47º66.67%60%-
XYZ14.4517.6732.79-
YUV106.07154.4888.72-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 15.50%
GREEN value IS 125 (49.22% from 255) = 37.99%
BLUE value IS 153 (60.16% from 255) = 46.50%
R=15.50%
G=37.99%
B=46.50%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal511251530.670.1800.4196.475040
Hex337D994312028c43228
Octal63175231103220503046250
Binary110011111110110011001100001110010010100011000100110010101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #337D99

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(51,125,153); }

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

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

 a { background-color: rgb(51,125,153); }

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

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

 span { border-color: rgb(51,125,153); }

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