Html Css Color HEX #37808D Jelly Bean

📋 copy color: '#37808D'

red 55 ◦ green 128 ◦ blue 141

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

Shades of Jelly Bean #37808D

Tints of Jelly Bean #37808D

RGB

 RED value IS 55 (21.88% from 255) = 16.98%

 GREEN value IS 128 (50.39% from 255) = 39.51%

 BLUE value IS 141 (55.47% from 255) = 43.52%

R = 16.98%
G = 39.51%
B = 43.52%

CMYK

 C value IS 0.61

 M value IS 0.09

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#37808D (or 0x37808D) is known color: Jelly Bean. HEX triplet: 37, 80 and 8D. RGB value is (55,128,141). Sum of RGB (Red+Green+Blue) = 55+128+141=324 (42% of max value = 765). Red value is 55 (21.88% from 255 or 16.98% from 324); Green value is 128 (50.39% from 255 or 39.51% from 324); Blue value is 141 (55.47% from 255 or 43.52% from 324); Max value from RGB is 141 - color contains mainly: blue. Hex color #37808D is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #37808D is #C87F72. Grayscale: #6B6B6B. Windows color (decimal): -13139827 or 9273399. OLE color: 9273399.

HSL color Cylindrical-coordinate representation of color #37808D: hue angle of 189.07º degrees, saturation: 0.44, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #37808D is Cyan = 0.61, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 55 128 141 -
CMYK 0.61 0.09 0 0.45
HSL 189.07º 0.44% 0.38% -
HSV(B) 189.07º 0.61% 0.55% -
XYZ 14.1 18.17 27.96 -
YUV 107.66 146.82 90.44 -
System Red Green Blue C M Y K H S L
Decimal 55 128 141 0.61 0.09 0 0.45 189.07 0.44 0.38
Hex 37 80 8D 3D 9 0 2D BD 2C 26
Octal 67 200 215 75 11 0 55 275 54 46
Binary 110111 10000000 10001101 111101 1001 0 101101 10111101 101100 100110

Color Harmonies of #37808D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #37808D

Black with #37808D

Text Example


Text Example

White with #37808D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #37808D; }

 p { color: rgb(55,128,141); }

 H1.HeaderClassName
 {
   color: #37808D;
 }
 .AnyTagClassName
 {
   color: #37808D;
 }
</style>

background-color css

<style>
 a { background-color: #37808D; }

 a { background-color: rgb(55,128,141); }

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

border-color css

<style>
 span { border-color: #37808D; }

 span { border-color: rgb(55,128,141); }

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