#377E8D

Color #377E8D Jelly Bean (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Jelly Bean #377E8D

Tints of Jelly Bean #377E8D

Color information

#377E8D (or 0x377E8D) is unknown color: approx Jelly Bean. HEX triplet: 37, 7E and 8D. RGB value is (55,126,141). Sum of RGB (Red+Green+Blue) = 55+126+141=322 (42% of max value = 765). Red value is 55 (21.88% from 255 or 17.08% from 322); Green value is 126 (49.61% from 255 or 39.13% from 322); Blue value is 141 (55.47% from 255 or 43.79% from 322); Max value from RGB is 141 - color contains mainly: blue. Hex color #377E8D is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #377E8D is #C88172. Grayscale: #6A6A6A. Windows color (decimal): -13140339 or 9272887. OLE color: 9272887.

HSL color Cylindrical-coordinate representation of color #377E8D: hue angle of 190.47º 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 #377E8D is Cyan = 0.61, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB55126141-
CMYK0.610.1100.45
HSL190.47º43.88%38.43%-
HSV(B)190.47º60.99%55.29%-
XYZ13.8417.6627.88-
YUV106.48147.4891.28-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 17.08%
GREEN value IS 126 (49.61% from 255) = 39.13%
BLUE value IS 141 (55.47% from 255) = 43.79%
R=17.08%
G=39.13%
B=43.79%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal551261410.610.1100.45190.4743.8838.43
Hex377E8D3DB02Dbe2c26
Octal6717621575130552765446
Binary1101111111110100011011111011011010110110111110101100100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #377E8D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #377E8D;
 }
 .AnyTagClassName
 {
   color: #377E8D;
 }
</style>
background-color css

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

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

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

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

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

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