Html Css Color HEX #397C99 Jelly Bean

📋 copy color: '#397C99'

red 57 ◦ green 124 ◦ blue 153

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

Shades of Jelly Bean #397C99

Tints of Jelly Bean #397C99

RGB

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

 GREEN value IS 124 (48.83% from 255) = 37.13%

 BLUE value IS 153 (60.16% from 255) = 45.81%

R = 17.07%
G = 37.13%
B = 45.81%

CMYK

 C value IS 0.63

 M value IS 0.19

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#397C99 (or 0x397C99) is known color: Jelly Bean. HEX triplet: 39, 7C and 99. RGB value is (57,124,153). Sum of RGB (Red+Green+Blue) = 57+124+153=334 (44% of max value = 765). Red value is 57 (22.66% from 255 or 17.07% from 334); Green value is 124 (48.83% from 255 or 37.13% from 334); Blue value is 153 (60.16% from 255 or 45.81% from 334); Max value from RGB is 153 - color contains mainly: blue. Hex color #397C99 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #397C99 is #C68366. Grayscale: #6B6B6B. Windows color (decimal): -13009767 or 10058809. OLE color: 10058809.

HSL color Cylindrical-coordinate representation of color #397C99: hue angle of 198.12º degrees, saturation: 0.46, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #397C99 is Cyan = 0.63, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB 57 124 153 -
CMYK 0.63 0.19 0 0.4
HSL 198.13º 0.46% 0.41% -
HSV(B) 198.13º 0.63% 0.6% -
XYZ 14.64 17.59 32.76 -
YUV 107.27 153.8 92.14 -
System Red Green Blue C M Y K H S L
Decimal 57 124 153 0.63 0.19 0 0.4 198.13 0.46 0.41
Hex 39 7C 99 3F 13 0 28 C6 2E 29
Octal 71 174 231 77 23 0 50 306 56 51
Binary 111001 1111100 10011001 111111 10011 0 101000 11000110 101110 101001

Color Harmonies of #397C99

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #397C99

Black with #397C99

Text Example


Text Example

White with #397C99

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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