Html Css Color HEX #397F99 Jelly Bean

📋 copy color: '#397F99'

red 57 ◦ green 127 ◦ blue 153

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

Shades of Jelly Bean #397F99

Tints of Jelly Bean #397F99

RGB

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

 GREEN value IS 127 (50% from 255) = 37.69%

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

R = 16.91%
G = 37.69%
B = 45.4%

CMYK

 C value IS 0.63

 M value IS 0.17

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#397F99 (or 0x397F99) is known color: Jelly Bean. HEX triplet: 39, 7F and 99. RGB value is (57,127,153). Sum of RGB (Red+Green+Blue) = 57+127+153=337 (44% of max value = 765). Red value is 57 (22.66% from 255 or 16.91% from 337); Green value is 127 (50% from 255 or 37.69% from 337); Blue value is 153 (60.16% from 255 or 45.40% from 337); Max value from RGB is 153 - color contains mainly: blue. Hex color #397F99 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #397F99 is #C68066. Grayscale: #6C6C6C. Windows color (decimal): -13008999 or 10059577. OLE color: 10059577.

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

Color convert

RGB 57 127 153 -
CMYK 0.63 0.17 0 0.4
HSL 196.25º 0.46% 0.41% -
HSV(B) 196.25º 0.63% 0.6% -
XYZ 15.03 18.35 32.89 -
YUV 109.03 152.81 90.89 -
System Red Green Blue C M Y K H S L
Decimal 57 127 153 0.63 0.17 0 0.4 196.25 0.46 0.41
Hex 39 7F 99 3F 11 0 28 C4 2E 29
Octal 71 177 231 77 21 0 50 304 56 51
Binary 111001 1111111 10011001 111111 10001 0 101000 11000100 101110 101001

Color Harmonies of #397F99

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #397F99

Black with #397F99

Text Example


Text Example

White with #397F99

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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