#377F96

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

Shades of Jelly Bean #377F96

Tints of Jelly Bean #377F96

Color information

#377F96 (or 0x377F96) is unknown color: approx Jelly Bean. HEX triplet: 37, 7F and 96. RGB value is (55,127,150). Sum of RGB (Red+Green+Blue) = 55+127+150=332 (43% of max value = 765). Red value is 55 (21.88% from 255 or 16.57% from 332); Green value is 127 (50% from 255 or 38.25% from 332); Blue value is 150 (58.98% from 255 or 45.18% from 332); Max value from RGB is 150 - color contains mainly: blue. Hex color #377F96 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #377F96 is #C88069. Grayscale: #6B6B6B. Windows color (decimal): -13140074 or 9862967. OLE color: 9862967.

HSL color Cylindrical-coordinate representation of color #377F96: hue angle of 194.53º 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 #377F96 is Cyan = 0.63, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB55127150-
CMYK0.630.1500.41
HSL194.53º46.34%40.2%-
HSV(B)194.53º63.33%58.82%-
XYZ14.6718.1931.59-
YUV108.09151.6590.13-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 16.57%
GREEN value IS 127 (50% from 255) = 38.25%
BLUE value IS 150 (58.98% from 255) = 45.18%
R=16.57%
G=38.25%
B=45.18%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal551271500.630.1500.41194.5346.3440.2
Hex377F963FF029c32e28
Octal6717722677170513035650
Binary1101111111111100101101111111111010100111000011101110101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #377F96

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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