#398392

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

Shades of Jelly Bean #398392

Tints of Jelly Bean #398392

Color information

#398392 (or 0x398392) is unknown color: approx Jelly Bean. HEX triplet: 39, 83 and 92. RGB value is (57,131,146). Sum of RGB (Red+Green+Blue) = 57+131+146=334 (44% of max value = 765). Red value is 57 (22.66% from 255 or 17.07% from 334); Green value is 131 (51.56% from 255 or 39.22% from 334); Blue value is 146 (57.42% from 255 or 43.71% from 334); Max value from RGB is 146 - color contains mainly: blue. Hex color #398392 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #398392 is #C67C6D. Grayscale: #6E6E6E. Windows color (decimal): -13007982 or 9601849. OLE color: 9601849.

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

Color convert

RGB57131146-
CMYK0.610.1000.43
HSL190.11º43.84%39.8%-
HSV(B)190.11º60.96%57.25%-
XYZ14.9919.1830.11-
YUV110.58147.9889.78-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 17.07%
GREEN value IS 131 (51.56% from 255) = 39.22%
BLUE value IS 146 (57.42% from 255) = 43.71%
R=17.07%
G=39.22%
B=43.71%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal571311460.610.1000.43190.1143.8439.8
Hex3983923DA02Bbe2c28
Octal7120322275120532765450
Binary11100110000011100100101111011010010101110111110101100101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #398392

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #398392; }

 p { color: rgb(57,131,146); }

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

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

 a { background-color: rgb(57,131,146); }

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

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

 span { border-color: rgb(57,131,146); }

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