#337F8D

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

Shades of Jelly Bean #337F8D

Tints of Jelly Bean #337F8D

Color information

#337F8D (or 0x337F8D) is unknown color: approx Jelly Bean. HEX triplet: 33, 7F and 8D. RGB value is (51,127,141). Sum of RGB (Red+Green+Blue) = 51+127+141=319 (42% of max value = 765). Red value is 51 (20.31% from 255 or 15.99% from 319); Green value is 127 (50% from 255 or 39.81% from 319); Blue value is 141 (55.47% from 255 or 44.20% from 319); Max value from RGB is 141 - color contains mainly: blue. Hex color #337F8D is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #337F8D is #CC8072. Grayscale: #696969. Windows color (decimal): -13402227 or 9273139. OLE color: 9273139.

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

Color convert

RGB51127141-
CMYK0.640.1000.45
HSL189.33º46.88%37.65%-
HSV(B)189.33º63.83%55.29%-
XYZ13.7617.8127.91-
YUV105.87147.8288.86-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 15.99%
GREEN value IS 127 (50% from 255) = 39.81%
BLUE value IS 141 (55.47% from 255) = 44.20%
R=15.99%
G=39.81%
B=44.20%

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
Decimal511271410.640.1000.45189.3346.8837.65
Hex337F8D40A02Dbd2f26
Octal63177215100120552755746
Binary11001111111111000110110000001010010110110111101101111100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #337F8D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(51,127,141); }

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

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

 a { background-color: rgb(51,127,141); }

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

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

 span { border-color: rgb(51,127,141); }

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