#377B8E

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

Shades of Jelly Bean #377B8E

Tints of Jelly Bean #377B8E

Color information

#377B8E (or 0x377B8E) is unknown color: approx Jelly Bean. HEX triplet: 37, 7B and 8E. RGB value is (55,123,142). Sum of RGB (Red+Green+Blue) = 55+123+142=320 (42% of max value = 765). Red value is 55 (21.88% from 255 or 17.19% from 320); Green value is 123 (48.44% from 255 or 38.44% from 320); Blue value is 142 (55.86% from 255 or 44.38% from 320); Max value from RGB is 142 - color contains mainly: blue. Hex color #377B8E is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #377B8E is #C88471. Grayscale: #686868. Windows color (decimal): -13141106 or 9337655. OLE color: 9337655.

HSL color Cylindrical-coordinate representation of color #377B8E: hue angle of 193.1º degrees, saturation: 0.44, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #377B8E is Cyan = 0.61, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB55123142-
CMYK0.610.1300.44
HSL193.1º44.16%38.63%-
HSV(B)193.1º61.27%55.69%-
XYZ13.5416.9328.15-
YUV104.83148.9792.46-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 17.19%
GREEN value IS 123 (48.44% from 255) = 38.44%
BLUE value IS 142 (55.86% from 255) = 44.38%
R=17.19%
G=38.44%
B=44.38%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal551231420.610.1300.44193.144.1638.63
Hex377B8E3DD02Cc12c27
Octal6717321675150543015447
Binary1101111111011100011101111011101010110011000001101100100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #377B8E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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