#388098

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

Shades of Jelly Bean #388098

Tints of Jelly Bean #388098

Color information

#388098 (or 0x388098) is unknown color: approx Jelly Bean. HEX triplet: 38, 80 and 98. RGB value is (56,128,152). Sum of RGB (Red+Green+Blue) = 56+128+152=336 (44% of max value = 765). Red value is 56 (22.27% from 255 or 16.67% from 336); Green value is 128 (50.39% from 255 or 38.10% from 336); Blue value is 152 (59.77% from 255 or 45.24% from 336); Max value from RGB is 152 - color contains mainly: blue. Hex color #388098 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #388098 is #C77F67. Grayscale: #6D6D6D. Windows color (decimal): -13074280 or 9994296. OLE color: 9994296.

HSL color Cylindrical-coordinate representation of color #388098: hue angle of 195º 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 #388098 is Cyan = 0.63, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB56128152-
CMYK0.630.1600.40
HSL195º46.15%40.78%-
HSV(B)195º63.16%59.61%-
XYZ15.0218.5532.49-
YUV109.21152.1590.05-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 16.67%
GREEN value IS 128 (50.39% from 255) = 38.10%
BLUE value IS 152 (59.77% from 255) = 45.24%
R=16.67%
G=38.10%
B=45.24%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal561281520.630.1600.4019546.1540.78
Hex3880983F10028c32e29
Octal7020023077200503035651
Binary111000100000001001100011111110000010100011000011101110101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #388098

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #388098; }

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

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

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

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

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

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

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

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