#377B9B

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

Shades of Jelly Bean #377B9B

Tints of Jelly Bean #377B9B

Color information

#377B9B (or 0x377B9B) is unknown color: approx Jelly Bean. HEX triplet: 37, 7B and 9B. RGB value is (55,123,155). Sum of RGB (Red+Green+Blue) = 55+123+155=333 (44% of max value = 765). Red value is 55 (21.88% from 255 or 16.52% from 333); Green value is 123 (48.44% from 255 or 36.94% from 333); Blue value is 155 (60.94% from 255 or 46.55% from 333); Max value from RGB is 155 - color contains mainly: blue. Hex color #377B9B is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #377B9B is #C88464. Grayscale: #6A6A6A. Windows color (decimal): -13141093 or 10189623. OLE color: 10189623.

HSL color Cylindrical-coordinate representation of color #377B9B: hue angle of 199.2º degrees, saturation: 0.48, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #377B9B is Cyan = 0.65, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB55123155-
CMYK0.650.2100.39
HSL199.2º47.62%41.18%-
HSV(B)199.2º64.52%60.78%-
XYZ14.5717.3433.59-
YUV106.32155.4791.4-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 16.52%
GREEN value IS 123 (48.44% from 255) = 36.94%
BLUE value IS 155 (60.94% from 255) = 46.55%
R=16.52%
G=36.94%
B=46.55%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal551231550.650.2100.39199.247.6241.18
Hex377B9B4115027c73029
Octal67173233101250473076051
Binary110111111101110011011100000110101010011111000111110000101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #377B9B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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