Html Css Color HEX #397D9B Jelly Bean

📋 copy color: '#397D9B'

red 57 ◦ green 125 ◦ blue 155

#397D9B
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Jelly Bean #397D9B

Tints of Jelly Bean #397D9B

RGB

 RED value IS 57 (22.66% from 255) = 16.91%

 GREEN value IS 125 (49.22% from 255) = 37.09%

 BLUE value IS 155 (60.94% from 255) = 45.99%

R = 16.91%
G = 37.09%
B = 45.99%

CMYK

 C value IS 0.63

 M value IS 0.19

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#397D9B (or 0x397D9B) is known color: Jelly Bean. HEX triplet: 39, 7D and 9B. RGB value is (57,125,155). Sum of RGB (Red+Green+Blue) = 57+125+155=337 (44% of max value = 765). Red value is 57 (22.66% from 255 or 16.91% from 337); Green value is 125 (49.22% from 255 or 37.09% from 337); Blue value is 155 (60.94% from 255 or 45.99% from 337); Max value from RGB is 155 - color contains mainly: blue. Hex color #397D9B is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #397D9B is #C68264. Grayscale: #6B6B6B. Windows color (decimal): -13009509 or 10190137. OLE color: 10190137.

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

Color convert

RGB 57 125 155 -
CMYK 0.63 0.19 0 0.39
HSL 198.37º 0.46% 0.42% -
HSV(B) 198.37º 0.63% 0.61% -
XYZ 14.94 17.9 33.68 -
YUV 108.09 154.47 91.56 -
System Red Green Blue C M Y K H S L
Decimal 57 125 155 0.63 0.19 0 0.39 198.37 0.46 0.42
Hex 39 7D 9B 3F 13 0 27 C6 2E 2A
Octal 71 175 233 77 23 0 47 306 56 52
Binary 111001 1111101 10011011 111111 10011 0 100111 11000110 101110 101010

Color Harmonies of #397D9B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #397D9B

Black with #397D9B

Text Example


Text Example

White with #397D9B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(57,125,155); }

 H1.HeaderClassName
 {
   color: #397D9B;
 }
 .AnyTagClassName
 {
   color: #397D9B;
 }
</style>

background-color css

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

 a { background-color: rgb(57,125,155); }

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

border-color css

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

 span { border-color: rgb(57,125,155); }

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