Html Css Color HEX #397B92 Jelly Bean

📋 copy color: '#397B92'

red 57 ◦ green 123 ◦ blue 146

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

Shades of Jelly Bean #397B92

Tints of Jelly Bean #397B92

RGB

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

 GREEN value IS 123 (48.44% from 255) = 37.73%

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

R = 17.48%
G = 37.73%
B = 44.79%

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

#397B92 (or 0x397B92) is known color: Jelly Bean. HEX triplet: 39, 7B and 92. RGB value is (57,123,146). Sum of RGB (Red+Green+Blue) = 57+123+146=326 (43% of max value = 765). Red value is 57 (22.66% from 255 or 17.48% from 326); Green value is 123 (48.44% from 255 or 37.73% from 326); Blue value is 146 (57.42% from 255 or 44.79% from 326); Max value from RGB is 146 - color contains mainly: blue. Hex color #397B92 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #397B92 is #C6846D. Grayscale: #696969. Windows color (decimal): -13010030 or 9599801. OLE color: 9599801.

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

Color convert

RGB 57 123 146 -
CMYK 0.61 0.16 0 0.43
HSL 195.51º 0.44% 0.4% -
HSV(B) 195.51º 0.61% 0.57% -
XYZ 13.96 17.11 29.76 -
YUV 105.89 150.63 93.13 -
System Red Green Blue C M Y K H S L
Decimal 57 123 146 0.61 0.16 0 0.43 195.51 0.44 0.4
Hex 39 7B 92 3D 10 0 2B C4 2C 28
Octal 71 173 222 75 20 0 53 304 54 50
Binary 111001 1111011 10010010 111101 10000 0 101011 11000100 101100 101000

Color Harmonies of #397B92

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #397B92

Black with #397B92

Text Example


Text Example

White with #397B92

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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