#398094

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

Shades of Jelly Bean #398094

Tints of Jelly Bean #398094

Color information

#398094 (or 0x398094) is unknown color: approx Jelly Bean. HEX triplet: 39, 80 and 94. RGB value is (57,128,148). Sum of RGB (Red+Green+Blue) = 57+128+148=333 (44% of max value = 765). Red value is 57 (22.66% from 255 or 17.12% from 333); Green value is 128 (50.39% from 255 or 38.44% from 333); Blue value is 148 (58.20% from 255 or 44.44% from 333); Max value from RGB is 148 - color contains mainly: blue. Hex color #398094 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #398094 is #C67F6B. Grayscale: #6C6C6C. Windows color (decimal): -13008748 or 9732153. OLE color: 9732153.

HSL color Cylindrical-coordinate representation of color #398094: hue angle of 193.19º 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 #398094 is Cyan = 0.61, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB57128148-
CMYK0.610.1400.42
HSL193.19º44.39%40.2%-
HSV(B)193.19º61.49%58.04%-
XYZ14.7518.4530.8-
YUV109.05149.9890.87-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 17.12%
GREEN value IS 128 (50.39% from 255) = 38.44%
BLUE value IS 148 (58.20% from 255) = 44.44%
R=17.12%
G=38.44%
B=44.44%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal571281480.610.1400.42193.1944.3940.2
Hex3980943DE02Ac12c28
Octal7120022475160523015450
Binary11100110000000100101001111011110010101011000001101100101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #398094

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #398094; }

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

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

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

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

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

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

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

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