#397B90

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

Shades of Jelly Bean #397B90

Tints of Jelly Bean #397B90

Color information

#397B90 (or 0x397B90) is unknown color: approx Jelly Bean. HEX triplet: 39, 7B and 90. RGB value is (57,123,144). Sum of RGB (Red+Green+Blue) = 57+123+144=324 (42% of max value = 765). Red value is 57 (22.66% from 255 or 17.59% from 324); Green value is 123 (48.44% from 255 or 37.96% from 324); Blue value is 144 (56.64% from 255 or 44.44% from 324); Max value from RGB is 144 - color contains mainly: blue. Hex color #397B90 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #397B90 is #C6846F. Grayscale: #696969. Windows color (decimal): -13010032 or 9468729. OLE color: 9468729.

HSL color Cylindrical-coordinate representation of color #397B90: hue angle of 194.48º 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 #397B90 is Cyan = 0.60, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB57123144-
CMYK0.600.1500.44
HSL194.48º43.28%39.41%-
HSV(B)194.48º60.42%56.47%-
XYZ13.817.0528.95-
YUV105.66149.6393.29-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 17.59%
GREEN value IS 123 (48.44% from 255) = 37.96%
BLUE value IS 144 (56.64% from 255) = 44.44%
R=17.59%
G=37.96%
B=44.44%

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
Decimal571231440.600.1500.44194.4843.2839.41
Hex397B903CF02Cc22b27
Octal7117322074170543025347
Binary1110011111011100100001111001111010110011000010101011100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #397B90

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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