#337E94

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

Shades of Jelly Bean #337E94

Tints of Jelly Bean #337E94

Color information

#337E94 (or 0x337E94) is unknown color: approx Jelly Bean. HEX triplet: 33, 7E and 94. RGB value is (51,126,148). Sum of RGB (Red+Green+Blue) = 51+126+148=325 (43% of max value = 765). Red value is 51 (20.31% from 255 or 15.69% from 325); Green value is 126 (49.61% from 255 or 38.77% from 325); Blue value is 148 (58.20% from 255 or 45.54% from 325); Max value from RGB is 148 - color contains mainly: blue. Hex color #337E94 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #337E94 is #CC816B. Grayscale: #696969. Windows color (decimal): -13402476 or 9731635. OLE color: 9731635.

HSL color Cylindrical-coordinate representation of color #337E94: hue angle of 193.61º degrees, saturation: 0.49, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #337E94 is Cyan = 0.66, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB51126148-
CMYK0.660.1500.42
HSL193.61º48.74%39.02%-
HSV(B)193.61º65.54%58.04%-
XYZ14.1717.7630.7-
YUV106.08151.6588.71-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 15.69%
GREEN value IS 126 (49.61% from 255) = 38.77%
BLUE value IS 148 (58.20% from 255) = 45.54%
R=15.69%
G=38.77%
B=45.54%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal511261480.660.1500.42193.6148.7439.02
Hex337E9442F02Ac23127
Octal63176224102170523026147
Binary11001111111101001010010000101111010101011000010110001100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #337E94

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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