#388099

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

Shades of Jelly Bean #388099

Tints of Jelly Bean #388099

Color information

#388099 (or 0x388099) is unknown color: approx Jelly Bean. HEX triplet: 38, 80 and 99. RGB value is (56,128,153). Sum of RGB (Red+Green+Blue) = 56+128+153=337 (44% of max value = 765). Red value is 56 (22.27% from 255 or 16.62% from 337); Green value is 128 (50.39% from 255 or 37.98% from 337); Blue value is 153 (60.16% from 255 or 45.40% from 337); Max value from RGB is 153 - color contains mainly: blue. Hex color #388099 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #388099 is #C77F66. Grayscale: #6D6D6D. Windows color (decimal): -13074279 or 10059832. OLE color: 10059832.

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

Color convert

RGB56128153-
CMYK0.630.1600.4
HSL195.46º46.41%40.98%-
HSV(B)195.46º63.4%60%-
XYZ15.118.5832.93-
YUV109.32152.6589.97-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 16.62%
GREEN value IS 128 (50.39% from 255) = 37.98%
BLUE value IS 153 (60.16% from 255) = 45.40%
R=16.62%
G=37.98%
B=45.40%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal561281530.630.1600.4195.4646.4140.98
Hex3880993F10028c32e29
Octal7020023177200503035651
Binary111000100000001001100111111110000010100011000011101110101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #388099

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #388099; }

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

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

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

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

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

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

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

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