#377A8E

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

Shades of Jelly Bean #377A8E

Tints of Jelly Bean #377A8E

Color information

#377A8E (or 0x377A8E) is unknown color: approx Jelly Bean. HEX triplet: 37, 7A and 8E. RGB value is (55,122,142). Sum of RGB (Red+Green+Blue) = 55+122+142=319 (42% of max value = 765). Red value is 55 (21.88% from 255 or 17.24% from 319); Green value is 122 (48.05% from 255 or 38.24% from 319); Blue value is 142 (55.86% from 255 or 44.51% from 319); Max value from RGB is 142 - color contains mainly: blue. Hex color #377A8E is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #377A8E is #C88571. Grayscale: #686868. Windows color (decimal): -13141362 or 9337399. OLE color: 9337399.

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

Color convert

RGB55122142-
CMYK0.610.1400.44
HSL193.79º44.16%38.63%-
HSV(B)193.79º61.27%55.69%-
XYZ13.4216.6828.1-
YUV104.25149.392.87-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 17.24%
GREEN value IS 122 (48.05% from 255) = 38.24%
BLUE value IS 142 (55.86% from 255) = 44.51%
R=17.24%
G=38.24%
B=44.51%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal551221420.610.1400.44193.7944.1638.63
Hex377A8E3DE02Cc22c27
Octal6717221675160543025447
Binary1101111111010100011101111011110010110011000010101100100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #377A8E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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