#388393

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

Shades of Jelly Bean #388393

Tints of Jelly Bean #388393

Color information

#388393 (or 0x388393) is unknown color: approx Jelly Bean. HEX triplet: 38, 83 and 93. RGB value is (56,131,147). Sum of RGB (Red+Green+Blue) = 56+131+147=334 (44% of max value = 765). Red value is 56 (22.27% from 255 or 16.77% from 334); Green value is 131 (51.56% from 255 or 39.22% from 334); Blue value is 147 (57.81% from 255 or 44.01% from 334); Max value from RGB is 147 - color contains mainly: blue. Hex color #388393 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #388393 is #C77C6C. Grayscale: #6E6E6E. Windows color (decimal): -13073517 or 9667384. OLE color: 9667384.

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

Color convert

RGB56131147-
CMYK0.620.1100.42
HSL190.55º44.83%39.8%-
HSV(B)190.55º61.9%57.65%-
XYZ15.0119.1830.51-
YUV110.4148.6589.2-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 16.77%
GREEN value IS 131 (51.56% from 255) = 39.22%
BLUE value IS 147 (57.81% from 255) = 44.01%
R=16.77%
G=39.22%
B=44.01%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal561311470.620.1100.42190.5544.8339.8
Hex3883933EB02Abf2d28
Octal7020322376130522775550
Binary11100010000011100100111111101011010101010111111101101101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #388393

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #388393; }

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

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

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

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

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

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

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

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