#388295

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

Shades of Jelly Bean #388295

Tints of Jelly Bean #388295

Color information

#388295 (or 0x388295) is unknown color: approx Jelly Bean. HEX triplet: 38, 82 and 95. RGB value is (56,130,149). Sum of RGB (Red+Green+Blue) = 56+130+149=335 (44% of max value = 765). Red value is 56 (22.27% from 255 or 16.72% from 335); Green value is 130 (51.17% from 255 or 38.81% from 335); Blue value is 149 (58.59% from 255 or 44.48% from 335); Max value from RGB is 149 - color contains mainly: blue. Hex color #388295 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #388295 is #C77D6A. Grayscale: #6D6D6D. Windows color (decimal): -13073771 or 9798200. OLE color: 9798200.

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

Color convert

RGB56130149-
CMYK0.620.1300.42
HSL192.26º45.37%40.2%-
HSV(B)192.26º62.42%58.43%-
XYZ15.0418.9831.3-
YUV110.04149.9889.46-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 16.72%
GREEN value IS 130 (51.17% from 255) = 38.81%
BLUE value IS 149 (58.59% from 255) = 44.48%
R=16.72%
G=38.81%
B=44.48%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal561301490.620.1300.42192.2645.3740.2
Hex3882953ED02Ac02d28
Octal7020222576150523005550
Binary11100010000010100101011111101101010101011000000101101101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #388295

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #388295; }

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

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

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

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

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

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

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

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