#377E98

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

Shades of Jelly Bean #377E98

Tints of Jelly Bean #377E98

Color information

#377E98 (or 0x377E98) is unknown color: approx Jelly Bean. HEX triplet: 37, 7E and 98. RGB value is (55,126,152). Sum of RGB (Red+Green+Blue) = 55+126+152=333 (44% of max value = 765). Red value is 55 (21.88% from 255 or 16.52% from 333); Green value is 126 (49.61% from 255 or 37.84% from 333); Blue value is 152 (59.77% from 255 or 45.65% from 333); Max value from RGB is 152 - color contains mainly: blue. Hex color #377E98 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #377E98 is #C88167. Grayscale: #6B6B6B. Windows color (decimal): -13140328 or 9993783. OLE color: 9993783.

HSL color Cylindrical-coordinate representation of color #377E98: hue angle of 196.08º 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 #377E98 is Cyan = 0.64, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB55126152-
CMYK0.640.1700.40
HSL196.08º46.86%40.59%-
HSV(B)196.08º63.82%59.61%-
XYZ14.71832.41-
YUV107.73152.9890.39-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 16.52%
GREEN value IS 126 (49.61% from 255) = 37.84%
BLUE value IS 152 (59.77% from 255) = 45.65%
R=16.52%
G=37.84%
B=45.65%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal551261520.640.1700.40196.0846.8640.59
Hex377E984011028c42f29
Octal67176230100210503045751
Binary110111111111010011000100000010001010100011000100101111101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #377E98

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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