#377897

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

Shades of Jelly Bean #377897

Tints of Jelly Bean #377897

Color information

#377897 (or 0x377897) is unknown color: approx Jelly Bean. HEX triplet: 37, 78 and 97. RGB value is (55,120,151). Sum of RGB (Red+Green+Blue) = 55+120+151=326 (43% of max value = 765). Red value is 55 (21.88% from 255 or 16.87% from 326); Green value is 120 (47.27% from 255 or 36.81% from 326); Blue value is 151 (59.38% from 255 or 46.32% from 326); Max value from RGB is 151 - color contains mainly: blue. Hex color #377897 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #377897 is #C88768. Grayscale: #676767. Windows color (decimal): -13141865 or 9926711. OLE color: 9926711.

HSL color Cylindrical-coordinate representation of color #377897: hue angle of 199.38º 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 #377897 is Cyan = 0.64, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB55120151-
CMYK0.640.2100.41
HSL199.38º46.6%40.39%-
HSV(B)199.38º63.58%59.22%-
XYZ13.8816.4831.73-
YUV104.1154.4792.98-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 16.87%
GREEN value IS 120 (47.27% from 255) = 36.81%
BLUE value IS 151 (59.38% from 255) = 46.32%
R=16.87%
G=36.81%
B=46.32%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal551201510.640.2100.41199.3846.640.39
Hex3778974015029c72f28
Octal67170227100250513075750
Binary110111111100010010111100000010101010100111000111101111101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #377897

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #377897; }

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

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

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

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

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

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

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

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