#398198

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

Shades of Jelly Bean #398198

Tints of Jelly Bean #398198

Color information

#398198 (or 0x398198) is unknown color: approx Jelly Bean. HEX triplet: 39, 81 and 98. RGB value is (57,129,152). Sum of RGB (Red+Green+Blue) = 57+129+152=338 (44% of max value = 765). Red value is 57 (22.66% from 255 or 16.86% from 338); Green value is 129 (50.78% from 255 or 38.17% from 338); Blue value is 152 (59.77% from 255 or 44.97% from 338); Max value from RGB is 152 - color contains mainly: blue. Hex color #398198 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #398198 is #C67E67. Grayscale: #6D6D6D. Windows color (decimal): -13008488 or 9994553. OLE color: 9994553.

HSL color Cylindrical-coordinate representation of color #398198: hue angle of 194.53º degrees, saturation: 0.45, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #398198 is Cyan = 0.62, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB57129152-
CMYK0.620.1500.40
HSL194.53º45.45%40.98%-
HSV(B)194.53º62.5%59.61%-
XYZ15.2118.8432.54-
YUV110.09151.6590.13-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 16.86%
GREEN value IS 129 (50.78% from 255) = 38.17%
BLUE value IS 152 (59.77% from 255) = 44.97%
R=16.86%
G=38.17%
B=44.97%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal571291520.620.1500.40194.5345.4540.98
Hex3981983EF028c32d29
Octal7120123076170503035551
Binary11100110000001100110001111101111010100011000011101101101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #398198

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #398198; }

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

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

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

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

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

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

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

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