#397C9C

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

Shades of Jelly Bean #397C9C

Tints of Jelly Bean #397C9C

Color information

#397C9C (or 0x397C9C) is unknown color: approx Jelly Bean. HEX triplet: 39, 7C and 9C. RGB value is (57,124,156). Sum of RGB (Red+Green+Blue) = 57+124+156=337 (44% of max value = 765). Red value is 57 (22.66% from 255 or 16.91% from 337); Green value is 124 (48.83% from 255 or 36.80% from 337); Blue value is 156 (61.33% from 255 or 46.29% from 337); Max value from RGB is 156 - color contains mainly: blue. Hex color #397C9C is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #397C9C is #C68363. Grayscale: #6B6B6B. Windows color (decimal): -13009764 or 10255417. OLE color: 10255417.

HSL color Cylindrical-coordinate representation of color #397C9C: hue angle of 199.39º 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 #397C9C is Cyan = 0.63, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB57124156-
CMYK0.630.2100.39
HSL199.39º46.48%41.76%-
HSV(B)199.39º63.46%61.18%-
XYZ14.917.6934.08-
YUV107.61155.391.9-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 16.91%
GREEN value IS 124 (48.83% from 255) = 36.80%
BLUE value IS 156 (61.33% from 255) = 46.29%
R=16.91%
G=36.80%
B=46.29%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal571241560.630.2100.39199.3946.4841.76
Hex397C9C3F15027c72e2a
Octal7117423477250473075652
Binary11100111111001001110011111110101010011111000111101110101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #397C9C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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