#387C8F

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

Shades of Jelly Bean #387C8F

Tints of Jelly Bean #387C8F

Color information

#387C8F (or 0x387C8F) is unknown color: approx Jelly Bean. HEX triplet: 38, 7C and 8F. RGB value is (56,124,143). Sum of RGB (Red+Green+Blue) = 56+124+143=323 (42% of max value = 765). Red value is 56 (22.27% from 255 or 17.34% from 323); Green value is 124 (48.83% from 255 or 38.39% from 323); Blue value is 143 (56.25% from 255 or 44.27% from 323); Max value from RGB is 143 - color contains mainly: blue. Hex color #387C8F is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #387C8F is #C78370. Grayscale: #696969. Windows color (decimal): -13075313 or 9403448. OLE color: 9403448.

HSL color Cylindrical-coordinate representation of color #387C8F: hue angle of 193.1º degrees, saturation: 0.44, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #387C8F is Cyan = 0.61, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB56124143-
CMYK0.610.1300.44
HSL193.1º43.72%39.02%-
HSV(B)193.1º60.84%56.08%-
XYZ13.817.2428.59-
YUV105.83148.9792.46-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 17.34%
GREEN value IS 124 (48.83% from 255) = 38.39%
BLUE value IS 143 (56.25% from 255) = 44.27%
R=17.34%
G=38.39%
B=44.27%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal561241430.610.1300.44193.143.7239.02
Hex387C8F3DD02Cc12c27
Octal7017421775150543015447
Binary1110001111100100011111111011101010110011000001101100100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #387C8F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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