#397B8A

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

Shades of Jelly Bean #397B8A

Tints of Jelly Bean #397B8A

Color information

#397B8A (or 0x397B8A) is unknown color: approx Jelly Bean. HEX triplet: 39, 7B and 8A. RGB value is (57,123,138). Sum of RGB (Red+Green+Blue) = 57+123+138=318 (42% of max value = 765). Red value is 57 (22.66% from 255 or 17.92% from 318); Green value is 123 (48.44% from 255 or 38.68% from 318); Blue value is 138 (54.30% from 255 or 43.40% from 318); Max value from RGB is 138 - color contains mainly: blue. Hex color #397B8A is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #397B8A is #C68475. Grayscale: #686868. Windows color (decimal): -13010038 or 9075513. OLE color: 9075513.

HSL color Cylindrical-coordinate representation of color #397B8A: hue angle of 191.11º degrees, saturation: 0.42, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #397B8A is Cyan = 0.59, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB57123138-
CMYK0.590.1100.46
HSL191.11º41.54%38.24%-
HSV(B)191.11º58.7%54.12%-
XYZ13.3616.8726.6-
YUV104.98146.6393.78-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 17.92%
GREEN value IS 123 (48.44% from 255) = 38.68%
BLUE value IS 138 (54.30% from 255) = 43.40%
R=17.92%
G=38.68%
B=43.40%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal571231380.590.1100.46191.1141.5438.24
Hex397B8A3BB02Ebf2a26
Octal7117321273130562775246
Binary1110011111011100010101110111011010111010111111101010100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #397B8A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #397B8A; }

 p { color: rgb(57,123,138); }

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

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

 a { background-color: rgb(57,123,138); }

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

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

 span { border-color: rgb(57,123,138); }

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