#397B95

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

Shades of Jelly Bean #397B95

Tints of Jelly Bean #397B95

Color information

#397B95 (or 0x397B95) is unknown color: approx Jelly Bean. HEX triplet: 39, 7B and 95. RGB value is (57,123,149). Sum of RGB (Red+Green+Blue) = 57+123+149=329 (43% of max value = 765). Red value is 57 (22.66% from 255 or 17.33% from 329); Green value is 123 (48.44% from 255 or 37.39% from 329); Blue value is 149 (58.59% from 255 or 45.29% from 329); Max value from RGB is 149 - color contains mainly: blue. Hex color #397B95 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #397B95 is #C6846A. Grayscale: #6A6A6A. Windows color (decimal): -13010027 or 9796409. OLE color: 9796409.

HSL color Cylindrical-coordinate representation of color #397B95: hue angle of 196.96º degrees, saturation: 0.45, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #397B95 is Cyan = 0.62, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB57123149-
CMYK0.620.1700.42
HSL196.96º44.66%40.39%-
HSV(B)196.96º61.74%58.43%-
XYZ14.217.2131.01-
YUV106.23152.1392.89-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 17.33%
GREEN value IS 123 (48.44% from 255) = 37.39%
BLUE value IS 149 (58.59% from 255) = 45.29%
R=17.33%
G=37.39%
B=45.29%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal571231490.620.1700.42196.9644.6640.39
Hex397B953E1102Ac52d28
Octal7117322576210523055550
Binary11100111110111001010111111010001010101011000101101101101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #397B95

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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