Html Css Color HEX #377D89 Jelly Bean

📋 copy color: '#377D89'

red 55 ◦ green 125 ◦ blue 137

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

Shades of Jelly Bean #377D89

Tints of Jelly Bean #377D89

RGB

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

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

 BLUE value IS 137 (53.91% from 255) = 43.22%

R = 17.35%
G = 39.43%
B = 43.22%

CMYK

 C value IS 0.60

 M value IS 0.09

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#377D89 (or 0x377D89) is known color: Jelly Bean. HEX triplet: 37, 7D and 89. RGB value is (55,125,137). Sum of RGB (Red+Green+Blue) = 55+125+137=317 (41% of max value = 765). Red value is 55 (21.88% from 255 or 17.35% from 317); Green value is 125 (49.22% from 255 or 39.43% from 317); Blue value is 137 (53.91% from 255 or 43.22% from 317); Max value from RGB is 137 - color contains mainly: blue. Hex color #377D89 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #377D89 is #C88276. Grayscale: #696969. Windows color (decimal): -13140599 or 9010487. OLE color: 9010487.

HSL color Cylindrical-coordinate representation of color #377D89: hue angle of 188.78º degrees, saturation: 0.43, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #377D89 is Cyan = 0.60, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB 55 125 137 -
CMYK 0.60 0.09 0 0.46
HSL 188.78º 0.43% 0.38% -
HSV(B) 188.78º 0.6% 0.54% -
XYZ 13.42 17.29 26.3 -
YUV 105.44 145.81 92.02 -
System Red Green Blue C M Y K H S L
Decimal 55 125 137 0.60 0.09 0 0.46 188.78 0.43 0.38
Hex 37 7D 89 3C 9 0 2E BD 2B 26
Octal 67 175 211 74 11 0 56 275 53 46
Binary 110111 1111101 10001001 111100 1001 0 101110 10111101 101011 100110

Color Harmonies of #377D89

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #377D89

Black with #377D89

Text Example


Text Example

White with #377D89

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #377D89; }

 p { color: rgb(55,125,137); }

 H1.HeaderClassName
 {
   color: #377D89;
 }
 .AnyTagClassName
 {
   color: #377D89;
 }
</style>

background-color css

<style>
 a { background-color: #377D89; }

 a { background-color: rgb(55,125,137); }

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

border-color css

<style>
 span { border-color: #377D89; }

 span { border-color: rgb(55,125,137); }

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