#377C93

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

Shades of Jelly Bean #377C93

Tints of Jelly Bean #377C93

Color information

#377C93 (or 0x377C93) is unknown color: approx Jelly Bean. HEX triplet: 37, 7C and 93. RGB value is (55,124,147). Sum of RGB (Red+Green+Blue) = 55+124+147=326 (43% of max value = 765). Red value is 55 (21.88% from 255 or 16.87% from 326); Green value is 124 (48.83% from 255 or 38.04% from 326); Blue value is 147 (57.81% from 255 or 45.09% from 326); Max value from RGB is 147 - color contains mainly: blue. Hex color #377C93 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #377C93 is #C8836C. Grayscale: #696969. Windows color (decimal): -13140845 or 9665591. OLE color: 9665591.

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

Color convert

RGB55124147-
CMYK0.630.1600.42
HSL195º45.54%39.61%-
HSV(B)195º62.59%57.65%-
XYZ14.0517.3330.21-
YUV105.99151.1491.63-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 16.87%
GREEN value IS 124 (48.83% from 255) = 38.04%
BLUE value IS 147 (57.81% from 255) = 45.09%
R=16.87%
G=38.04%
B=45.09%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal551241470.630.1600.4219545.5439.61
Hex377C933F1002Ac32e28
Octal6717422377200523035650
Binary11011111111001001001111111110000010101011000011101110101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #377C93

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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