Html Css Color HEX #397A91 Jelly Bean

📋 copy color: '#397A91'

red 57 ◦ green 122 ◦ blue 145

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

Shades of Jelly Bean #397A91

Tints of Jelly Bean #397A91

RGB

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

 GREEN value IS 122 (48.05% from 255) = 37.65%

 BLUE value IS 145 (57.03% from 255) = 44.75%

R = 17.59%
G = 37.65%
B = 44.75%

CMYK

 C value IS 0.61

 M value IS 0.16

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#397A91 (or 0x397A91) is known color: Jelly Bean. HEX triplet: 39, 7A and 91. RGB value is (57,122,145). Sum of RGB (Red+Green+Blue) = 57+122+145=324 (42% of max value = 765). Red value is 57 (22.66% from 255 or 17.59% from 324); Green value is 122 (48.05% from 255 or 37.65% from 324); Blue value is 145 (57.03% from 255 or 44.75% from 324); Max value from RGB is 145 - color contains mainly: blue. Hex color #397A91 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #397A91 is #C6856E. Grayscale: #696969. Windows color (decimal): -13010287 or 9534009. OLE color: 9534009.

HSL color Cylindrical-coordinate representation of color #397A91: hue angle of 195.68º degrees, saturation: 0.44, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #397A91 is Cyan = 0.61, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB 57 122 145 -
CMYK 0.61 0.16 0 0.43
HSL 195.68º 0.44% 0.4% -
HSV(B) 195.68º 0.61% 0.57% -
XYZ 13.76 16.83 29.31 -
YUV 105.19 150.47 93.63 -
System Red Green Blue C M Y K H S L
Decimal 57 122 145 0.61 0.16 0 0.43 195.68 0.44 0.4
Hex 39 7A 91 3D 10 0 2B C4 2C 28
Octal 71 172 221 75 20 0 53 304 54 50
Binary 111001 1111010 10010001 111101 10000 0 101011 11000100 101100 101000

Color Harmonies of #397A91

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #397A91

Black with #397A91

Text Example


Text Example

White with #397A91

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(57,122,145); }

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

background-color css

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

 a { background-color: rgb(57,122,145); }

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

border-color css

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

 span { border-color: rgb(57,122,145); }

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