#377C8A

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

Shades of Jelly Bean #377C8A

Tints of Jelly Bean #377C8A

Color information

#377C8A (or 0x377C8A) is unknown color: approx Jelly Bean. HEX triplet: 37, 7C and 8A. RGB value is (55,124,138). Sum of RGB (Red+Green+Blue) = 55+124+138=317 (41% of max value = 765). Red value is 55 (21.88% from 255 or 17.35% from 317); Green value is 124 (48.83% from 255 or 39.12% from 317); Blue value is 138 (54.30% from 255 or 43.53% from 317); Max value from RGB is 138 - color contains mainly: blue. Hex color #377C8A is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #377C8A is #C88375. Grayscale: #686868. Windows color (decimal): -13140854 or 9075767. OLE color: 9075767.

HSL color Cylindrical-coordinate representation of color #377C8A: hue angle of 190.12º degrees, saturation: 0.43, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #377C8A is Cyan = 0.60, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB55124138-
CMYK0.600.1000.46
HSL190.12º43.01%37.84%-
HSV(B)190.12º60.14%54.12%-
XYZ13.3717.0626.63-
YUV104.96146.6492.36-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 17.35%
GREEN value IS 124 (48.83% from 255) = 39.12%
BLUE value IS 138 (54.30% from 255) = 43.53%
R=17.35%
G=39.12%
B=43.53%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal551241380.600.1000.46190.1243.0137.84
Hex377C8A3CA02Ebe2b26
Octal6717421274120562765346
Binary1101111111100100010101111001010010111010111110101011100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #377C8A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(55,124,138); }

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

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

 a { background-color: rgb(55,124,138); }

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

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

 span { border-color: rgb(55,124,138); }

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