#377C97

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

Shades of Jelly Bean #377C97

Tints of Jelly Bean #377C97

Color information

#377C97 (or 0x377C97) is unknown color: approx Jelly Bean. HEX triplet: 37, 7C and 97. RGB value is (55,124,151). Sum of RGB (Red+Green+Blue) = 55+124+151=330 (43% of max value = 765). Red value is 55 (21.88% from 255 or 16.67% from 330); Green value is 124 (48.83% from 255 or 37.58% from 330); Blue value is 151 (59.38% from 255 or 45.76% from 330); Max value from RGB is 151 - color contains mainly: blue. Hex color #377C97 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #377C97 is #C88368. Grayscale: #6A6A6A. Windows color (decimal): -13140841 or 9927735. OLE color: 9927735.

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

Color convert

RGB55124151-
CMYK0.640.1800.41
HSL196.88º46.6%40.39%-
HSV(B)196.88º63.58%59.22%-
XYZ14.3717.4631.89-
YUV106.45153.1491.3-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 16.67%
GREEN value IS 124 (48.83% from 255) = 37.58%
BLUE value IS 151 (59.38% from 255) = 45.76%
R=16.67%
G=37.58%
B=45.76%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal551241510.640.1800.41196.8846.640.39
Hex377C974012029c52f28
Octal67174227100220513055750
Binary110111111110010010111100000010010010100111000101101111101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #377C97

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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