#397C92

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

Shades of Jelly Bean #397C92

Tints of Jelly Bean #397C92

Color information

#397C92 (or 0x397C92) is unknown color: approx Jelly Bean. HEX triplet: 39, 7C and 92. RGB value is (57,124,146). Sum of RGB (Red+Green+Blue) = 57+124+146=327 (43% of max value = 765). Red value is 57 (22.66% from 255 or 17.43% from 327); Green value is 124 (48.83% from 255 or 37.92% from 327); Blue value is 146 (57.42% from 255 or 44.65% from 327); Max value from RGB is 146 - color contains mainly: blue. Hex color #397C92 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #397C92 is #C6836D. Grayscale: #6A6A6A. Windows color (decimal): -13009774 or 9600057. OLE color: 9600057.

HSL color Cylindrical-coordinate representation of color #397C92: hue angle of 194.83º degrees, saturation: 0.44, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #397C92 is Cyan = 0.61, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB57124146-
CMYK0.610.1500.43
HSL194.83º43.84%39.8%-
HSV(B)194.83º60.96%57.25%-
XYZ14.0817.3629.8-
YUV106.48150.392.71-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 17.43%
GREEN value IS 124 (48.83% from 255) = 37.92%
BLUE value IS 146 (57.42% from 255) = 44.65%
R=17.43%
G=37.92%
B=44.65%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal571241460.610.1500.43194.8343.8439.8
Hex397C923DF02Bc32c28
Octal7117422275170533035450
Binary1110011111100100100101111011111010101111000011101100101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #397C92

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(57,124,146); }

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

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

 a { background-color: rgb(57,124,146); }

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

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

 span { border-color: rgb(57,124,146); }

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