#397F8D

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

Shades of Jelly Bean #397F8D

Tints of Jelly Bean #397F8D

Color information

#397F8D (or 0x397F8D) is unknown color: approx Jelly Bean. HEX triplet: 39, 7F and 8D. RGB value is (57,127,141). Sum of RGB (Red+Green+Blue) = 57+127+141=325 (43% of max value = 765). Red value is 57 (22.66% from 255 or 17.54% from 325); Green value is 127 (50% from 255 or 39.08% from 325); Blue value is 141 (55.47% from 255 or 43.38% from 325); Max value from RGB is 141 - color contains mainly: blue. Hex color #397F8D is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #397F8D is #C68072. Grayscale: #6B6B6B. Windows color (decimal): -13009011 or 9273145. OLE color: 9273145.

HSL color Cylindrical-coordinate representation of color #397F8D: hue angle of 190º degrees, saturation: 0.42, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #397F8D is Cyan = 0.60, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB57127141-
CMYK0.600.1000.45
HSL190º42.42%38.82%-
HSV(B)190º59.57%55.29%-
XYZ14.0817.9727.93-
YUV107.67146.8191.86-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 17.54%
GREEN value IS 127 (50% from 255) = 39.08%
BLUE value IS 141 (55.47% from 255) = 43.38%
R=17.54%
G=39.08%
B=43.38%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal571271410.600.1000.4519042.4238.82
Hex397F8D3CA02Dbe2a27
Octal7117721574120552765247
Binary1110011111111100011011111001010010110110111110101010100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #397F8D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(57,127,141); }

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

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

 a { background-color: rgb(57,127,141); }

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

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

 span { border-color: rgb(57,127,141); }

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