#398190

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

Shades of Jelly Bean #398190

Tints of Jelly Bean #398190

Color information

#398190 (or 0x398190) is unknown color: approx Jelly Bean. HEX triplet: 39, 81 and 90. RGB value is (57,129,144). Sum of RGB (Red+Green+Blue) = 57+129+144=330 (43% of max value = 765). Red value is 57 (22.66% from 255 or 17.27% from 330); Green value is 129 (50.78% from 255 or 39.09% from 330); Blue value is 144 (56.64% from 255 or 43.64% from 330); Max value from RGB is 144 - color contains mainly: blue. Hex color #398190 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #398190 is #C67E6F. Grayscale: #6D6D6D. Windows color (decimal): -13008496 or 9470265. OLE color: 9470265.

HSL color Cylindrical-coordinate representation of color #398190: hue angle of 190.34º degrees, saturation: 0.43, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #398190 is Cyan = 0.60, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB57129144-
CMYK0.600.1000.44
HSL190.34º43.28%39.41%-
HSV(B)190.34º60.42%56.47%-
XYZ14.5718.5829.2-
YUV109.18147.6590.78-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 17.27%
GREEN value IS 129 (50.78% from 255) = 39.09%
BLUE value IS 144 (56.64% from 255) = 43.64%
R=17.27%
G=39.09%
B=43.64%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal571291440.600.1000.44190.3443.2839.41
Hex3981903CA02Cbe2b27
Octal7120122074120542765347
Binary11100110000001100100001111001010010110010111110101011100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #398190

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #398190; }

 p { color: rgb(57,129,144); }

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

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

 a { background-color: rgb(57,129,144); }

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

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

 span { border-color: rgb(57,129,144); }

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