#388292

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

Shades of Jelly Bean #388292

Tints of Jelly Bean #388292

Color information

#388292 (or 0x388292) is unknown color: approx Jelly Bean. HEX triplet: 38, 82 and 92. RGB value is (56,130,146). Sum of RGB (Red+Green+Blue) = 56+130+146=332 (43% of max value = 765). Red value is 56 (22.27% from 255 or 16.87% from 332); Green value is 130 (51.17% from 255 or 39.16% from 332); Blue value is 146 (57.42% from 255 or 43.98% from 332); Max value from RGB is 146 - color contains mainly: blue. Hex color #388292 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #388292 is #C77D6D. Grayscale: #6D6D6D. Windows color (decimal): -13073774 or 9601592. OLE color: 9601592.

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

Color convert

RGB56130146-
CMYK0.620.1100.43
HSL190.67º44.55%39.61%-
HSV(B)190.67º61.64%57.25%-
XYZ14.818.8830.06-
YUV109.7148.4889.7-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 16.87%
GREEN value IS 130 (51.17% from 255) = 39.16%
BLUE value IS 146 (57.42% from 255) = 43.98%
R=16.87%
G=39.16%
B=43.98%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal561301460.620.1100.43190.6744.5539.61
Hex3882923EB02Bbf2d28
Octal7020222276130532775550
Binary11100010000010100100101111101011010101110111111101101101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #388292

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #388292; }

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

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

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

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

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

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

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

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