#387f93

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

Shades of Jelly Bean #387F93

Tints of Jelly Bean #387F93

Color information

#387F93 (or 0x387F93) is unknown color: approx Jelly Bean. HEX triplet: 38, 7F and 93. RGB value is (56,127,147). Sum of RGB (Red+Green+Blue) = 56+127+147=330 (43% of max value = 765). Red value is 56 (22.27% from 255 or 16.97% from 330); Green value is 127 (50% from 255 or 38.48% from 330); Blue value is 147 (57.81% from 255 or 44.55% from 330); Max value from RGB is 147 - color contains mainly: blue. Hex color #387F93 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #387F93 is #C7806C. Grayscale: #6B6B6B. Windows color (decimal): -13074541 or 9666360. OLE color: 9666360.

HSL color Cylindrical-coordinate representation of color #387F93: hue angle of 193.19º 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 #387F93 is Cyan = 0.62, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB56127147-
CMYK0.620.1400.42
HSL193.19º44.83%39.8%-
HSV(B)193.19º61.9%57.65%-
XYZ14.4918.1330.34-
YUV108.05149.9890.87-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 16.97%
GREEN value IS 127 (50% from 255) = 38.48%
BLUE value IS 147 (57.81% from 255) = 44.55%
R=16.97%
G=38.48%
B=44.55%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal561271470.620.1400.42193.1944.8339.8
Hex387F933EE02Ac12d28
Octal7017722376160523015550
Binary1110001111111100100111111101110010101011000001101101101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #387f93

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(56,127,147); }

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

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

 a { background-color: rgb(56,127,147); }

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

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

 span { border-color: rgb(56,127,147); }

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