#337E92

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

Shades of Jelly Bean #337E92

Tints of Jelly Bean #337E92

Color information

#337E92 (or 0x337E92) is unknown color: approx Jelly Bean. HEX triplet: 33, 7E and 92. RGB value is (51,126,146). Sum of RGB (Red+Green+Blue) = 51+126+146=323 (42% of max value = 765). Red value is 51 (20.31% from 255 or 15.79% from 323); Green value is 126 (49.61% from 255 or 39.01% from 323); Blue value is 146 (57.42% from 255 or 45.20% from 323); Max value from RGB is 146 - color contains mainly: blue. Hex color #337E92 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #337E92 is #CC816D. Grayscale: #696969. Windows color (decimal): -13402478 or 9600563. OLE color: 9600563.

HSL color Cylindrical-coordinate representation of color #337E92: hue angle of 192.63º degrees, saturation: 0.48, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #337E92 is Cyan = 0.65, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB51126146-
CMYK0.650.1400.43
HSL192.63º48.22%38.63%-
HSV(B)192.63º65.07%57.25%-
XYZ14.0117.729.87-
YUV105.85150.6588.87-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 15.79%
GREEN value IS 126 (49.61% from 255) = 39.01%
BLUE value IS 146 (57.42% from 255) = 45.20%
R=15.79%
G=39.01%
B=45.20%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal511261460.650.1400.43192.6348.2238.63
Hex337E9241E02Bc13027
Octal63176222101160533016047
Binary11001111111101001001010000011110010101111000001110000100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #337E92

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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