#397F9C

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

Shades of Jelly Bean #397F9C

Tints of Jelly Bean #397F9C

Color information

#397F9C (or 0x397F9C) is unknown color: approx Jelly Bean. HEX triplet: 39, 7F and 9C. RGB value is (57,127,156). Sum of RGB (Red+Green+Blue) = 57+127+156=340 (45% of max value = 765). Red value is 57 (22.66% from 255 or 16.76% from 340); Green value is 127 (50% from 255 or 37.35% from 340); Blue value is 156 (61.33% from 255 or 45.88% from 340); Max value from RGB is 156 - color contains mainly: blue. Hex color #397F9C is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #397F9C is #C68063. Grayscale: #6D6D6D. Windows color (decimal): -13008996 or 10256185. OLE color: 10256185.

HSL color Cylindrical-coordinate representation of color #397F9C: hue angle of 197.58º degrees, saturation: 0.46, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #397F9C is Cyan = 0.63, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB57127156-
CMYK0.630.1900.39
HSL197.58º46.48%41.76%-
HSV(B)197.58º63.46%61.18%-
XYZ15.2818.4534.21-
YUV109.38154.3190.64-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 16.76%
GREEN value IS 127 (50% from 255) = 37.35%
BLUE value IS 156 (61.33% from 255) = 45.88%
R=16.76%
G=37.35%
B=45.88%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal571271560.630.1900.39197.5846.4841.76
Hex397F9C3F13027c62e2a
Octal7117723477230473065652
Binary11100111111111001110011111110011010011111000110101110101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #397F9C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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