#377C98

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

Shades of Jelly Bean #377C98

Tints of Jelly Bean #377C98

Color information

#377C98 (or 0x377C98) is unknown color: approx Jelly Bean. HEX triplet: 37, 7C and 98. RGB value is (55,124,152). Sum of RGB (Red+Green+Blue) = 55+124+152=331 (43% of max value = 765). Red value is 55 (21.88% from 255 or 16.62% from 331); Green value is 124 (48.83% from 255 or 37.46% from 331); Blue value is 152 (59.77% from 255 or 45.92% from 331); Max value from RGB is 152 - color contains mainly: blue. Hex color #377C98 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #377C98 is #C88367. Grayscale: #6A6A6A. Windows color (decimal): -13140840 or 9993271. OLE color: 9993271.

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

Color convert

RGB55124152-
CMYK0.640.1800.40
HSL197.32º46.86%40.59%-
HSV(B)197.32º63.82%59.61%-
XYZ14.4517.4932.32-
YUV106.56153.6491.22-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 16.62%
GREEN value IS 124 (48.83% from 255) = 37.46%
BLUE value IS 152 (59.77% from 255) = 45.92%
R=16.62%
G=37.46%
B=45.92%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal551241520.640.1800.40197.3246.8640.59
Hex377C984012028c52f29
Octal67174230100220503055751
Binary110111111110010011000100000010010010100011000101101111101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #377C98

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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