#387997

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

Shades of Jelly Bean #387997

Tints of Jelly Bean #387997

Color information

#387997 (or 0x387997) is unknown color: approx Jelly Bean. HEX triplet: 38, 79 and 97. RGB value is (56,121,151). Sum of RGB (Red+Green+Blue) = 56+121+151=328 (43% of max value = 765). Red value is 56 (22.27% from 255 or 17.07% from 328); Green value is 121 (47.66% from 255 or 36.89% from 328); Blue value is 151 (59.38% from 255 or 46.04% from 328); Max value from RGB is 151 - color contains mainly: blue. Hex color #387997 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #387997 is #C78668. Grayscale: #686868. Windows color (decimal): -13076073 or 9926968. OLE color: 9926968.

HSL color Cylindrical-coordinate representation of color #387997: hue angle of 198.95º degrees, saturation: 0.46, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #387997 is Cyan = 0.63, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB56121151-
CMYK0.630.2000.41
HSL198.95º45.89%40.59%-
HSV(B)198.95º62.91%59.22%-
XYZ14.0516.7531.77-
YUV104.98153.9793.06-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 17.07%
GREEN value IS 121 (47.66% from 255) = 36.89%
BLUE value IS 151 (59.38% from 255) = 46.04%
R=17.07%
G=36.89%
B=46.04%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal561211510.630.2000.41198.9545.8940.59
Hex3879973F14029c72e29
Octal7017122777240513075651
Binary11100011110011001011111111110100010100111000111101110101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #387997

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #387997; }

 p { color: rgb(56,121,151); }

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

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

 a { background-color: rgb(56,121,151); }

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

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

 span { border-color: rgb(56,121,151); }

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