#337E8E

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

Shades of Jelly Bean #337E8E

Tints of Jelly Bean #337E8E

Color information

#337E8E (or 0x337E8E) is unknown color: approx Jelly Bean. HEX triplet: 33, 7E and 8E. RGB value is (51,126,142). Sum of RGB (Red+Green+Blue) = 51+126+142=319 (42% of max value = 765). Red value is 51 (20.31% from 255 or 15.99% from 319); Green value is 126 (49.61% from 255 or 39.50% 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 #337E8E is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #337E8E is #CC8171. Grayscale: #696969. Windows color (decimal): -13402482 or 9338419. OLE color: 9338419.

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

Color convert

RGB51126142-
CMYK0.640.1100.44
HSL190.55º47.15%37.84%-
HSV(B)190.55º64.08%55.69%-
XYZ13.7117.5828.26-
YUV105.4148.6589.2-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 15.99%
GREEN value IS 126 (49.61% from 255) = 39.50%
BLUE value IS 142 (55.86% from 255) = 44.51%
R=15.99%
G=39.50%
B=44.51%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal511261420.640.1100.44190.5547.1537.84
Hex337E8E40B02Cbf2f26
Octal63176216100130542775746
Binary11001111111101000111010000001011010110010111111101111100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #337E8E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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