#387992

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

Shades of Jelly Bean #387992

Tints of Jelly Bean #387992

Color information

#387992 (or 0x387992) is unknown color: approx Jelly Bean. HEX triplet: 38, 79 and 92. RGB value is (56,121,146). Sum of RGB (Red+Green+Blue) = 56+121+146=323 (42% of max value = 765). Red value is 56 (22.27% from 255 or 17.34% from 323); Green value is 121 (47.66% from 255 or 37.46% from 323); Blue value is 146 (57.42% from 255 or 45.20% from 323); Max value from RGB is 146 - color contains mainly: blue. Hex color #387992 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #387992 is #C7866D. Grayscale: #686868. Windows color (decimal): -13076078 or 9599288. OLE color: 9599288.

HSL color Cylindrical-coordinate representation of color #387992: hue angle of 196.67º degrees, saturation: 0.45, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #387992 is Cyan = 0.62, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB56121146-
CMYK0.620.1700.43
HSL196.67º44.55%39.61%-
HSV(B)196.67º61.64%57.25%-
XYZ13.6616.5929.68-
YUV104.42151.4793.47-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 17.34%
GREEN value IS 121 (47.66% from 255) = 37.46%
BLUE value IS 146 (57.42% from 255) = 45.20%
R=17.34%
G=37.46%
B=45.20%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal561211460.620.1700.43196.6744.5539.61
Hex3879923E1102Bc52d28
Octal7017122276210533055550
Binary11100011110011001001011111010001010101111000101101101101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #387992

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #387992; }

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

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

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

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

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

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

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

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