#377B8D

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

Shades of Jelly Bean #377B8D

Tints of Jelly Bean #377B8D

Color information

#377B8D (or 0x377B8D) is unknown color: approx Jelly Bean. HEX triplet: 37, 7B and 8D. RGB value is (55,123,141). Sum of RGB (Red+Green+Blue) = 55+123+141=319 (42% of max value = 765). Red value is 55 (21.88% from 255 or 17.24% from 319); Green value is 123 (48.44% from 255 or 38.56% from 319); Blue value is 141 (55.47% from 255 or 44.20% from 319); Max value from RGB is 141 - color contains mainly: blue. Hex color #377B8D is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #377B8D is #C88472. Grayscale: #686868. Windows color (decimal): -13141107 or 9272119. OLE color: 9272119.

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

Color convert

RGB55123141-
CMYK0.610.1300.45
HSL192.56º43.88%38.43%-
HSV(B)192.56º60.99%55.29%-
XYZ13.4716.927.75-
YUV104.72148.4792.54-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 17.24%
GREEN value IS 123 (48.44% from 255) = 38.56%
BLUE value IS 141 (55.47% from 255) = 44.20%
R=17.24%
G=38.56%
B=44.20%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal551231410.610.1300.45192.5643.8838.43
Hex377B8D3DD02Dc12c26
Octal6717321575150553015446
Binary1101111111011100011011111011101010110111000001101100100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #377B8D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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