Html Css Color HEX #397B90 Jelly Bean

📋 copy color: '#397B90'

red 57 ◦ green 123 ◦ blue 144

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

Shades of Jelly Bean #397B90

Tints of Jelly Bean #397B90

RGB

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

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

 BLUE value IS 144 (56.64% from 255) = 44.44%

R = 17.59%
G = 37.96%
B = 44.44%

CMYK

 C value IS 0.60

 M value IS 0.15

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#397B90 (or 0x397B90) is known color: Jelly Bean. HEX triplet: 39, 7B and 90. RGB value is (57,123,144). Sum of RGB (Red+Green+Blue) = 57+123+144=324 (42% of max value = 765). Red value is 57 (22.66% from 255 or 17.59% from 324); Green value is 123 (48.44% from 255 or 37.96% from 324); Blue value is 144 (56.64% from 255 or 44.44% from 324); Max value from RGB is 144 - color contains mainly: blue. Hex color #397B90 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #397B90 is #C6846F. Grayscale: #696969. Windows color (decimal): -13010032 or 9468729. OLE color: 9468729.

HSL color Cylindrical-coordinate representation of color #397B90: hue angle of 194.48º degrees, saturation: 0.43, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #397B90 is Cyan = 0.60, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 57 123 144 -
CMYK 0.60 0.15 0 0.44
HSL 194.48º 0.43% 0.39% -
HSV(B) 194.48º 0.6% 0.56% -
XYZ 13.8 17.05 28.95 -
YUV 105.66 149.63 93.29 -
System Red Green Blue C M Y K H S L
Decimal 57 123 144 0.60 0.15 0 0.44 194.48 0.43 0.39
Hex 39 7B 90 3C F 0 2C C2 2B 27
Octal 71 173 220 74 17 0 54 302 53 47
Binary 111001 1111011 10010000 111100 1111 0 101100 11000010 101011 100111

Color Harmonies of #397B90

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #397B90

Black with #397B90

Text Example


Text Example

White with #397B90

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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