Html Css Color HEX #397993 Jelly Bean

📋 copy color: '#397993'

red 57 ◦ green 121 ◦ blue 147

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

Shades of Jelly Bean #397993

Tints of Jelly Bean #397993

RGB

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

 GREEN value IS 121 (47.66% from 255) = 37.23%

 BLUE value IS 147 (57.81% from 255) = 45.23%

R = 17.54%
G = 37.23%
B = 45.23%

CMYK

 C value IS 0.61

 M value IS 0.18

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#397993 (or 0x397993) is known color: Jelly Bean. HEX triplet: 39, 79 and 93. RGB value is (57,121,147). Sum of RGB (Red+Green+Blue) = 57+121+147=325 (43% of max value = 765). Red value is 57 (22.66% from 255 or 17.54% from 325); Green value is 121 (47.66% from 255 or 37.23% from 325); Blue value is 147 (57.81% from 255 or 45.23% from 325); Max value from RGB is 147 - color contains mainly: blue. Hex color #397993 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #397993 is #C6866C. Grayscale: #686868. Windows color (decimal): -13010541 or 9664825. OLE color: 9664825.

HSL color Cylindrical-coordinate representation of color #397993: hue angle of 197.33º degrees, saturation: 0.44, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #397993 is Cyan = 0.61, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 57 121 147 -
CMYK 0.61 0.18 0 0.42
HSL 197.33º 0.44% 0.4% -
HSV(B) 197.33º 0.61% 0.58% -
XYZ 13.79 16.65 30.09 -
YUV 104.83 151.8 93.89 -
System Red Green Blue C M Y K H S L
Decimal 57 121 147 0.61 0.18 0 0.42 197.33 0.44 0.4
Hex 39 79 93 3D 12 0 2A C5 2C 28
Octal 71 171 223 75 22 0 52 305 54 50
Binary 111001 1111001 10010011 111101 10010 0 101010 11000101 101100 101000

Color Harmonies of #397993

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #397993

Black with #397993

Text Example


Text Example

White with #397993

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #397993; }

 p { color: rgb(57,121,147); }

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

background-color css

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

 a { background-color: rgb(57,121,147); }

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

border-color css

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

 span { border-color: rgb(57,121,147); }

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