Html Css Color HEX #397E96 Jelly Bean

📋 copy color: '#397E96'

red 57 ◦ green 126 ◦ blue 150

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

Shades of Jelly Bean #397E96

Tints of Jelly Bean #397E96

RGB

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

 GREEN value IS 126 (49.61% from 255) = 37.84%

 BLUE value IS 150 (58.98% from 255) = 45.05%

R = 17.12%
G = 37.84%
B = 45.05%

CMYK

 C value IS 0.62

 M value IS 0.16

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#397E96 (or 0x397E96) is known color: Jelly Bean. HEX triplet: 39, 7E and 96. RGB value is (57,126,150). Sum of RGB (Red+Green+Blue) = 57+126+150=333 (44% of max value = 765). Red value is 57 (22.66% from 255 or 17.12% from 333); Green value is 126 (49.61% from 255 or 37.84% from 333); Blue value is 150 (58.98% from 255 or 45.05% from 333); Max value from RGB is 150 - color contains mainly: blue. Hex color #397E96 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #397E96 is #C68169. Grayscale: #6B6B6B. Windows color (decimal): -13009258 or 9862713. OLE color: 9862713.

HSL color Cylindrical-coordinate representation of color #397E96: hue angle of 195.48º degrees, saturation: 0.45, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #397E96 is Cyan = 0.62, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB 57 126 150 -
CMYK 0.62 0.16 0 0.41
HSL 195.48º 0.45% 0.41% -
HSV(B) 195.48º 0.62% 0.59% -
XYZ 14.65 17.99 31.55 -
YUV 108.11 151.64 91.55 -
System Red Green Blue C M Y K H S L
Decimal 57 126 150 0.62 0.16 0 0.41 195.48 0.45 0.41
Hex 39 7E 96 3E 10 0 29 C3 2D 29
Octal 71 176 226 76 20 0 51 303 55 51
Binary 111001 1111110 10010110 111110 10000 0 101001 11000011 101101 101001

Color Harmonies of #397E96

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #397E96

Black with #397E96

Text Example


Text Example

White with #397E96

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(57,126,150); }

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

background-color css

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

 a { background-color: rgb(57,126,150); }

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

border-color css

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

 span { border-color: rgb(57,126,150); }

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