#398090

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

Shades of Jelly Bean #398090

Tints of Jelly Bean #398090

Color information

#398090 (or 0x398090) is unknown color: approx Jelly Bean. HEX triplet: 39, 80 and 90. RGB value is (57,128,144). Sum of RGB (Red+Green+Blue) = 57+128+144=329 (43% of max value = 765). Red value is 57 (22.66% from 255 or 17.33% from 329); Green value is 128 (50.39% from 255 or 38.91% from 329); Blue value is 144 (56.64% from 255 or 43.77% from 329); Max value from RGB is 144 - color contains mainly: blue. Hex color #398090 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #398090 is #C67F6F. Grayscale: #6C6C6C. Windows color (decimal): -13008752 or 9470009. OLE color: 9470009.

HSL color Cylindrical-coordinate representation of color #398090: hue angle of 191.03º 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 #398090 is Cyan = 0.60, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB57128144-
CMYK0.600.1100.44
HSL191.03º43.28%39.41%-
HSV(B)191.03º60.42%56.47%-
XYZ14.4418.3229.16-
YUV108.6147.9891.2-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 17.33%
GREEN value IS 128 (50.39% from 255) = 38.91%
BLUE value IS 144 (56.64% from 255) = 43.77%
R=17.33%
G=38.91%
B=43.77%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal571281440.600.1100.44191.0343.2839.41
Hex3980903CB02Cbf2b27
Octal7120022074130542775347
Binary11100110000000100100001111001011010110010111111101011100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #398090

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #398090; }

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

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

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

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

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

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

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

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