#397a90

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

Shades of Jelly Bean #397A90

Tints of Jelly Bean #397A90

Color information

#397A90 (or 0x397A90) is unknown color: approx Jelly Bean. HEX triplet: 39, 7A and 90. RGB value is (57,122,144). Sum of RGB (Red+Green+Blue) = 57+122+144=323 (42% of max value = 765). Red value is 57 (22.66% from 255 or 17.65% from 323); Green value is 122 (48.05% from 255 or 37.77% from 323); Blue value is 144 (56.64% from 255 or 44.58% from 323); Max value from RGB is 144 - color contains mainly: blue. Hex color #397A90 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #397A90 is #C6856F. Grayscale: #686868. Windows color (decimal): -13010288 or 9468473. OLE color: 9468473.

HSL color Cylindrical-coordinate representation of color #397A90: hue angle of 195.17º degrees, saturation: 0.43, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #397A90 is Cyan = 0.60, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB57122144-
CMYK0.600.1500.44
HSL195.17º43.28%39.41%-
HSV(B)195.17º60.42%56.47%-
XYZ13.6816.828.91-
YUV105.07149.9793.71-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 17.65%
GREEN value IS 122 (48.05% from 255) = 37.77%
BLUE value IS 144 (56.64% from 255) = 44.58%
R=17.65%
G=37.77%
B=44.58%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal571221440.600.1500.44195.1743.2839.41
Hex397A903CF02Cc32b27
Octal7117222074170543035347
Binary1110011111010100100001111001111010110011000011101011100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #397a90

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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