Html Css Color HEX #397A92 Jelly Bean

📋 copy color: '#397A92'

red 57 ◦ green 122 ◦ blue 146

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

Shades of Jelly Bean #397A92

Tints of Jelly Bean #397A92

RGB

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

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

 BLUE value IS 146 (57.42% from 255) = 44.92%

R = 17.54%
G = 37.54%
B = 44.92%

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

#397A92 (or 0x397A92) is known color: Jelly Bean. HEX triplet: 39, 7A and 92. RGB value is (57,122,146). Sum of RGB (Red+Green+Blue) = 57+122+146=325 (43% of max value = 765). Red value is 57 (22.66% from 255 or 17.54% from 325); Green value is 122 (48.05% from 255 or 37.54% from 325); Blue value is 146 (57.42% from 255 or 44.92% from 325); Max value from RGB is 146 - color contains mainly: blue. Hex color #397A92 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #397A92 is #C6856D. Grayscale: #696969. Windows color (decimal): -13010286 or 9599545. OLE color: 9599545.

HSL color Cylindrical-coordinate representation of color #397A92: hue angle of 196.18º 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 #397A92 is Cyan = 0.61, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB 57 122 146 -
CMYK 0.61 0.16 0 0.43
HSL 196.18º 0.44% 0.4% -
HSV(B) 196.18º 0.61% 0.57% -
XYZ 13.84 16.86 29.72 -
YUV 105.3 150.97 93.55 -
System Red Green Blue C M Y K H S L
Decimal 57 122 146 0.61 0.16 0 0.43 196.18 0.44 0.4
Hex 39 7A 92 3D 10 0 2B C4 2C 28
Octal 71 172 222 75 20 0 53 304 54 50
Binary 111001 1111010 10010010 111101 10000 0 101011 11000100 101100 101000

Color Harmonies of #397A92

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #397A92

Black with #397A92

Text Example


Text Example

White with #397A92

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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