#377B96

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

Shades of Jelly Bean #377B96

Tints of Jelly Bean #377B96

Color information

#377B96 (or 0x377B96) is unknown color: approx Jelly Bean. HEX triplet: 37, 7B and 96. RGB value is (55,123,150). Sum of RGB (Red+Green+Blue) = 55+123+150=328 (43% of max value = 765). Red value is 55 (21.88% from 255 or 16.77% from 328); Green value is 123 (48.44% from 255 or 37.5% from 328); Blue value is 150 (58.98% from 255 or 45.73% from 328); Max value from RGB is 150 - color contains mainly: blue. Hex color #377B96 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #377B96 is #C88469. Grayscale: #696969. Windows color (decimal): -13141098 or 9861943. OLE color: 9861943.

HSL color Cylindrical-coordinate representation of color #377B96: hue angle of 197.05º degrees, saturation: 0.46, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #377B96 is Cyan = 0.63, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB55123150-
CMYK0.630.1800.41
HSL197.05º46.34%40.2%-
HSV(B)197.05º63.33%58.82%-
XYZ14.1617.1831.42-
YUV105.75152.9791.8-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 16.77%
GREEN value IS 123 (48.44% from 255) = 37.5%
BLUE value IS 150 (58.98% from 255) = 45.73%
R=16.77%
G=37.5%
B=45.73%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal551231500.630.1800.41197.0546.3440.2
Hex377B963F12029c52e28
Octal6717322677220513055650
Binary11011111110111001011011111110010010100111000101101110101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #377B96

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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