#398093

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

Shades of Jelly Bean #398093

Tints of Jelly Bean #398093

Color information

#398093 (or 0x398093) is unknown color: approx Jelly Bean. HEX triplet: 39, 80 and 93. RGB value is (57,128,147). Sum of RGB (Red+Green+Blue) = 57+128+147=332 (43% of max value = 765). Red value is 57 (22.66% from 255 or 17.17% from 332); Green value is 128 (50.39% from 255 or 38.55% from 332); Blue value is 147 (57.81% from 255 or 44.28% from 332); Max value from RGB is 147 - color contains mainly: blue. Hex color #398093 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #398093 is #C67F6C. Grayscale: #6C6C6C. Windows color (decimal): -13008749 or 9666617. OLE color: 9666617.

HSL color Cylindrical-coordinate representation of color #398093: hue angle of 192.67º degrees, saturation: 0.44, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #398093 is Cyan = 0.61, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB57128147-
CMYK0.610.1300.42
HSL192.67º44.12%40%-
HSV(B)192.67º61.22%57.65%-
XYZ14.6718.4130.38-
YUV108.94149.4890.96-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 17.17%
GREEN value IS 128 (50.39% from 255) = 38.55%
BLUE value IS 147 (57.81% from 255) = 44.28%
R=17.17%
G=38.55%
B=44.28%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal571281470.610.1300.42192.6744.1240
Hex3980933DD02Ac12c28
Octal7120022375150523015450
Binary11100110000000100100111111011101010101011000001101100101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #398093

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #398093; }

 p { color: rgb(57,128,147); }

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

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

 a { background-color: rgb(57,128,147); }

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

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

 span { border-color: rgb(57,128,147); }

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