Html Css Color HEX #337D98 Jelly Bean

📋 copy color: '#337D98'

red 51 ◦ green 125 ◦ blue 152

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

Shades of Jelly Bean #337D98

Tints of Jelly Bean #337D98

RGB

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

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

 BLUE value IS 152 (59.77% from 255) = 46.34%

R = 15.55%
G = 38.11%
B = 46.34%

CMYK

 C value IS 0.66

 M value IS 0.18

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#337D98 (or 0x337D98) is known color: Jelly Bean. HEX triplet: 33, 7D and 98. RGB value is (51,125,152). Sum of RGB (Red+Green+Blue) = 51+125+152=328 (43% of max value = 765). Red value is 51 (20.31% from 255 or 15.55% from 328); Green value is 125 (49.22% from 255 or 38.11% from 328); Blue value is 152 (59.77% from 255 or 46.34% from 328); Max value from RGB is 152 - color contains mainly: blue. Hex color #337D98 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #337D98 is #CC8267. Grayscale: #696969. Windows color (decimal): -13402728 or 9993523. OLE color: 9993523.

HSL color Cylindrical-coordinate representation of color #337D98: hue angle of 196.04º degrees, saturation: 0.5, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #337D98 is Cyan = 0.66, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB 51 125 152 -
CMYK 0.66 0.18 0 0.40
HSL 196.04º 0.5% 0.4% -
HSV(B) 196.04º 0.66% 0.6% -
XYZ 14.37 17.64 32.35 -
YUV 105.95 153.98 88.8 -
System Red Green Blue C M Y K H S L
Decimal 51 125 152 0.66 0.18 0 0.40 196.04 0.5 0.4
Hex 33 7D 98 42 12 0 28 C4 32 28
Octal 63 175 230 102 22 0 50 304 62 50
Binary 110011 1111101 10011000 1000010 10010 0 101000 11000100 110010 101000

Color Harmonies of #337D98

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #337D98

Black with #337D98

Text Example


Text Example

White with #337D98

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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