Html Css Color HEX #337F8B Jelly Bean

📋 copy color: '#337F8B'

red 51 ◦ green 127 ◦ blue 139

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

Shades of Jelly Bean #337F8B

Tints of Jelly Bean #337F8B

RGB

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

 GREEN value IS 127 (50% from 255) = 40.06%

 BLUE value IS 139 (54.69% from 255) = 43.85%

R = 16.09%
G = 40.06%
B = 43.85%

CMYK

 C value IS 0.63

 M value IS 0.09

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#337F8B (or 0x337F8B) is known color: Jelly Bean. HEX triplet: 33, 7F and 8B. RGB value is (51,127,139). Sum of RGB (Red+Green+Blue) = 51+127+139=317 (41% of max value = 765). Red value is 51 (20.31% from 255 or 16.09% from 317); Green value is 127 (50% from 255 or 40.06% from 317); Blue value is 139 (54.69% from 255 or 43.85% from 317); Max value from RGB is 139 - color contains mainly: blue. Hex color #337F8B is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #337F8B is #CC8074. Grayscale: #696969. Windows color (decimal): -13402229 or 9142067. OLE color: 9142067.

HSL color Cylindrical-coordinate representation of color #337F8B: hue angle of 188.18º degrees, saturation: 0.46, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #337F8B is Cyan = 0.63, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 51 127 139 -
CMYK 0.63 0.09 0 0.45
HSL 188.18º 0.46% 0.37% -
HSV(B) 188.18º 0.63% 0.55% -
XYZ 13.61 17.75 27.13 -
YUV 105.64 146.82 89.02 -
System Red Green Blue C M Y K H S L
Decimal 51 127 139 0.63 0.09 0 0.45 188.18 0.46 0.37
Hex 33 7F 8B 3F 9 0 2D BC 2E 25
Octal 63 177 213 77 11 0 55 274 56 45
Binary 110011 1111111 10001011 111111 1001 0 101101 10111100 101110 100101

Color Harmonies of #337F8B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #337F8B

Black with #337F8B

Text Example


Text Example

White with #337F8B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(51,127,139); }

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

background-color css

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

 a { background-color: rgb(51,127,139); }

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

border-color css

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

 span { border-color: rgb(51,127,139); }

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