#397A93

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

Shades of Jelly Bean #397A93

Tints of Jelly Bean #397A93

Color information

#397A93 (or 0x397A93) is unknown color: approx Jelly Bean. HEX triplet: 39, 7A and 93. RGB value is (57,122,147). Sum of RGB (Red+Green+Blue) = 57+122+147=326 (43% of max value = 765). Red value is 57 (22.66% from 255 or 17.48% from 326); Green value is 122 (48.05% from 255 or 37.42% from 326); Blue value is 147 (57.81% from 255 or 45.09% from 326); Max value from RGB is 147 - color contains mainly: blue. Hex color #397A93 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #397A93 is #C6856C. Grayscale: #696969. Windows color (decimal): -13010285 or 9665081. OLE color: 9665081.

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

Color convert

RGB57122147-
CMYK0.610.1700.42
HSL196.67º44.12%40%-
HSV(B)196.67º61.22%57.65%-
XYZ13.9116.930.13-
YUV105.41151.4793.47-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 17.48%
GREEN value IS 122 (48.05% from 255) = 37.42%
BLUE value IS 147 (57.81% from 255) = 45.09%
R=17.48%
G=37.42%
B=45.09%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal571221470.610.1700.42196.6744.1240
Hex397A933D1102Ac52c28
Octal7117222375210523055450
Binary11100111110101001001111110110001010101011000101101100101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #397A93

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(57,122,147); }

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

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

 a { background-color: rgb(57,122,147); }

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

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

 span { border-color: rgb(57,122,147); }

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