#397F8B

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

Shades of Jelly Bean #397F8B

Tints of Jelly Bean #397F8B

Color information

#397F8B (or 0x397F8B) is unknown color: approx Jelly Bean. HEX triplet: 39, 7F and 8B. RGB value is (57,127,139). Sum of RGB (Red+Green+Blue) = 57+127+139=323 (42% of max value = 765). Red value is 57 (22.66% from 255 or 17.65% from 323); Green value is 127 (50% from 255 or 39.32% from 323); Blue value is 139 (54.69% from 255 or 43.03% from 323); Max value from RGB is 139 - color contains mainly: blue. Hex color #397F8B is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #397F8B is #C68074. Grayscale: #6B6B6B. Windows color (decimal): -13009013 or 9142073. OLE color: 9142073.

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

Color convert

RGB57127139-
CMYK0.590.0900.45
HSL188.78º41.84%38.43%-
HSV(B)188.78º58.99%54.51%-
XYZ13.9417.9127.15-
YUV107.44145.8192.02-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 17.65%
GREEN value IS 127 (50% from 255) = 39.32%
BLUE value IS 139 (54.69% from 255) = 43.03%
R=17.65%
G=39.32%
B=43.03%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal571271390.590.0900.45188.7841.8438.43
Hex397F8B3B902Dbd2a26
Octal7117721373110552755246
Binary1110011111111100010111110111001010110110111101101010100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #397F8B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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