Html Css Color HEX #337D96 Jelly Bean

📋 copy color: '#337D96'

red 51 ◦ green 125 ◦ blue 150

#337D96
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Jelly Bean #337D96

Tints of Jelly Bean #337D96

RGB

 RED value IS 51 (20.31% from 255) = 15.64%

 GREEN value IS 125 (49.22% from 255) = 38.34%

 BLUE value IS 150 (58.98% from 255) = 46.01%

R = 15.64%
G = 38.34%
B = 46.01%

CMYK

 C value IS 0.66

 M value IS 0.17

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#337D96 (or 0x337D96) is known color: Jelly Bean. HEX triplet: 33, 7D and 96. RGB value is (51,125,150). Sum of RGB (Red+Green+Blue) = 51+125+150=326 (43% of max value = 765). Red value is 51 (20.31% from 255 or 15.64% from 326); Green value is 125 (49.22% from 255 or 38.34% from 326); Blue value is 150 (58.98% from 255 or 46.01% from 326); Max value from RGB is 150 - color contains mainly: blue. Hex color #337D96 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #337D96 is #CC8269. Grayscale: #696969. Windows color (decimal): -13402730 or 9862451. OLE color: 9862451.

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

Color convert

RGB 51 125 150 -
CMYK 0.66 0.17 0 0.41
HSL 195.15º 0.49% 0.39% -
HSV(B) 195.15º 0.66% 0.59% -
XYZ 14.2 17.57 31.5 -
YUV 105.72 152.98 88.97 -
System Red Green Blue C M Y K H S L
Decimal 51 125 150 0.66 0.17 0 0.41 195.15 0.49 0.39
Hex 33 7D 96 42 11 0 29 C3 31 27
Octal 63 175 226 102 21 0 51 303 61 47
Binary 110011 1111101 10010110 1000010 10001 0 101001 11000011 110001 100111

Color Harmonies of #337D96

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #337D96

Black with #337D96

Text Example


Text Example

White with #337D96

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #337D96;
 }
 .AnyTagClassName
 {
   color: #337D96;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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