Html Css Color HEX #337E8E Jelly Bean

📋 copy color: '#337E8E'

red 51 ◦ green 126 ◦ blue 142

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

Shades of Jelly Bean #337E8E

Tints of Jelly Bean #337E8E

RGB

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

 GREEN value IS 126 (49.61% from 255) = 39.5%

 BLUE value IS 142 (55.86% from 255) = 44.51%

R = 15.99%
G = 39.5%
B = 44.51%

CMYK

 C value IS 0.64

 M value IS 0.11

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#337E8E (or 0x337E8E) is known color: Jelly Bean. HEX triplet: 33, 7E and 8E. RGB value is (51,126,142). Sum of RGB (Red+Green+Blue) = 51+126+142=319 (42% of max value = 765). Red value is 51 (20.31% from 255 or 15.99% from 319); Green value is 126 (49.61% from 255 or 39.50% from 319); Blue value is 142 (55.86% from 255 or 44.51% from 319); Max value from RGB is 142 - color contains mainly: blue. Hex color #337E8E is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #337E8E is #CC8171. Grayscale: #696969. Windows color (decimal): -13402482 or 9338419. OLE color: 9338419.

HSL color Cylindrical-coordinate representation of color #337E8E: hue angle of 190.55º degrees, saturation: 0.47, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #337E8E is Cyan = 0.64, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 51 126 142 -
CMYK 0.64 0.11 0 0.44
HSL 190.55º 0.47% 0.38% -
HSV(B) 190.55º 0.64% 0.56% -
XYZ 13.71 17.58 28.26 -
YUV 105.4 148.65 89.2 -
System Red Green Blue C M Y K H S L
Decimal 51 126 142 0.64 0.11 0 0.44 190.55 0.47 0.38
Hex 33 7E 8E 40 B 0 2C BF 2F 26
Octal 63 176 216 100 13 0 54 277 57 46
Binary 110011 1111110 10001110 1000000 1011 0 101100 10111111 101111 100110

Color Harmonies of #337E8E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #337E8E

Black with #337E8E

Text Example


Text Example

White with #337E8E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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