Html Css Color HEX #337C95 Jelly Bean

📋 copy color: '#337C95'

red 51 ◦ green 124 ◦ blue 149

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

Shades of Jelly Bean #337C95

Tints of Jelly Bean #337C95

RGB

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

 GREEN value IS 124 (48.83% from 255) = 38.27%

 BLUE value IS 149 (58.59% from 255) = 45.99%

R = 15.74%
G = 38.27%
B = 45.99%

CMYK

 C value IS 0.66

 M value IS 0.17

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#337C95 (or 0x337C95) is known color: Jelly Bean. HEX triplet: 33, 7C and 95. RGB value is (51,124,149). Sum of RGB (Red+Green+Blue) = 51+124+149=324 (42% of max value = 765). Red value is 51 (20.31% from 255 or 15.74% from 324); Green value is 124 (48.83% from 255 or 38.27% from 324); Blue value is 149 (58.59% from 255 or 45.99% from 324); Max value from RGB is 149 - color contains mainly: blue. Hex color #337C95 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #337C95 is #CC836A. Grayscale: #686868. Windows color (decimal): -13402987 or 9796659. OLE color: 9796659.

HSL color Cylindrical-coordinate representation of color #337C95: hue angle of 195.31º 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 #337C95 is Cyan = 0.66, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 51 124 149 -
CMYK 0.66 0.17 0 0.42
HSL 195.31º 0.49% 0.39% -
HSV(B) 195.31º 0.66% 0.58% -
XYZ 14 17.29 31.03 -
YUV 105.02 152.82 89.47 -
System Red Green Blue C M Y K H S L
Decimal 51 124 149 0.66 0.17 0 0.42 195.31 0.49 0.39
Hex 33 7C 95 42 11 0 2A C3 31 27
Octal 63 174 225 102 21 0 52 303 61 47
Binary 110011 1111100 10010101 1000010 10001 0 101010 11000011 110001 100111

Color Harmonies of #337C95

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #337C95

Black with #337C95

Text Example


Text Example

White with #337C95

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(51,124,149); }

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

background-color css

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

 a { background-color: rgb(51,124,149); }

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

border-color css

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

 span { border-color: rgb(51,124,149); }

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