#388096

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

Shades of Jelly Bean #388096

Tints of Jelly Bean #388096

Color information

#388096 (or 0x388096) is unknown color: approx Jelly Bean. HEX triplet: 38, 80 and 96. RGB value is (56,128,150). Sum of RGB (Red+Green+Blue) = 56+128+150=334 (44% of max value = 765). Red value is 56 (22.27% from 255 or 16.77% from 334); Green value is 128 (50.39% from 255 or 38.32% from 334); Blue value is 150 (58.98% from 255 or 44.91% from 334); Max value from RGB is 150 - color contains mainly: blue. Hex color #388096 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #388096 is #C77F69. Grayscale: #6C6C6C. Windows color (decimal): -13074282 or 9863224. OLE color: 9863224.

HSL color Cylindrical-coordinate representation of color #388096: hue angle of 194.04º degrees, saturation: 0.46, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #388096 is Cyan = 0.63, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB56128150-
CMYK0.630.1500.41
HSL194.04º45.63%40.39%-
HSV(B)194.04º62.67%58.82%-
XYZ14.8618.4831.64-
YUV108.98151.1590.21-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 16.77%
GREEN value IS 128 (50.39% from 255) = 38.32%
BLUE value IS 150 (58.98% from 255) = 44.91%
R=16.77%
G=38.32%
B=44.91%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal561281500.630.1500.41194.0445.6340.39
Hex3880963FF029c22e28
Octal7020022677170513025650
Binary11100010000000100101101111111111010100111000010101110101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #388096

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #388096; }

 p { color: rgb(56,128,150); }

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

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

 a { background-color: rgb(56,128,150); }

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

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

 span { border-color: rgb(56,128,150); }

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