#377C94

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

Shades of Jelly Bean #377C94

Tints of Jelly Bean #377C94

Color information

#377C94 (or 0x377C94) is unknown color: approx Jelly Bean. HEX triplet: 37, 7C and 94. RGB value is (55,124,148). Sum of RGB (Red+Green+Blue) = 55+124+148=327 (43% of max value = 765). Red value is 55 (21.88% from 255 or 16.82% from 327); Green value is 124 (48.83% from 255 or 37.92% from 327); Blue value is 148 (58.20% from 255 or 45.26% from 327); Max value from RGB is 148 - color contains mainly: blue. Hex color #377C94 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #377C94 is #C8836B. Grayscale: #696969. Windows color (decimal): -13140844 or 9731127. OLE color: 9731127.

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

Color convert

RGB55124148-
CMYK0.630.1600.42
HSL195.48º45.81%39.8%-
HSV(B)195.48º62.84%58.04%-
XYZ14.1317.3730.62-
YUV106.1151.6491.55-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 16.82%
GREEN value IS 124 (48.83% from 255) = 37.92%
BLUE value IS 148 (58.20% from 255) = 45.26%
R=16.82%
G=37.92%
B=45.26%

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
Decimal551241480.630.1600.42195.4845.8139.8
Hex377C943F1002Ac32e28
Octal6717422477200523035650
Binary11011111111001001010011111110000010101011000011101110101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #377C94

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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