#387C94

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

Shades of Jelly Bean #387C94

Tints of Jelly Bean #387C94

Color information

#387C94 (or 0x387C94) is unknown color: approx Jelly Bean. HEX triplet: 38, 7C and 94. RGB value is (56,124,148). Sum of RGB (Red+Green+Blue) = 56+124+148=328 (43% of max value = 765). Red value is 56 (22.27% from 255 or 17.07% from 328); Green value is 124 (48.83% from 255 or 37.80% from 328); Blue value is 148 (58.20% from 255 or 45.12% from 328); Max value from RGB is 148 - color contains mainly: blue. Hex color #387C94 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #387C94 is #C7836B. Grayscale: #6A6A6A. Windows color (decimal): -13075308 or 9731128. OLE color: 9731128.

HSL color Cylindrical-coordinate representation of color #387C94: hue angle of 195.65º degrees, saturation: 0.45, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #387C94 is Cyan = 0.62, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB56124148-
CMYK0.620.1600.42
HSL195.65º45.1%40%-
HSV(B)195.65º62.16%58.04%-
XYZ14.1817.3930.63-
YUV106.4151.4792.05-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 17.07%
GREEN value IS 124 (48.83% from 255) = 37.80%
BLUE value IS 148 (58.20% from 255) = 45.12%
R=17.07%
G=37.80%
B=45.12%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal561241480.620.1600.42195.6545.140
Hex387C943E1002Ac42d28
Octal7017422476200523045550
Binary11100011111001001010011111010000010101011000100101101101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #387C94

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #387C94; }

 p { color: rgb(56,124,148); }

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

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

 a { background-color: rgb(56,124,148); }

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

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

 span { border-color: rgb(56,124,148); }

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