Html Css Color HEX #397A90 Jelly Bean

📋 copy color: '#397A90'

red 57 ◦ green 122 ◦ blue 144

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

Shades of Jelly Bean #397A90

Tints of Jelly Bean #397A90

RGB

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

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

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

R = 17.65%
G = 37.77%
B = 44.58%

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

#397A90 (or 0x397A90) is known color: Jelly Bean. HEX triplet: 39, 7A and 90. RGB value is (57,122,144). Sum of RGB (Red+Green+Blue) = 57+122+144=323 (42% of max value = 765). Red value is 57 (22.66% from 255 or 17.65% from 323); Green value is 122 (48.05% from 255 or 37.77% from 323); Blue value is 144 (56.64% from 255 or 44.58% from 323); Max value from RGB is 144 - color contains mainly: blue. Hex color #397A90 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #397A90 is #C6856F. Grayscale: #686868. Windows color (decimal): -13010288 or 9468473. OLE color: 9468473.

HSL color Cylindrical-coordinate representation of color #397A90: hue angle of 195.17º 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 #397A90 is Cyan = 0.60, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 57 122 144 -
CMYK 0.60 0.15 0 0.44
HSL 195.17º 0.43% 0.39% -
HSV(B) 195.17º 0.6% 0.56% -
XYZ 13.68 16.8 28.91 -
YUV 105.07 149.97 93.71 -
System Red Green Blue C M Y K H S L
Decimal 57 122 144 0.60 0.15 0 0.44 195.17 0.43 0.39
Hex 39 7A 90 3C F 0 2C C3 2B 27
Octal 71 172 220 74 17 0 54 303 53 47
Binary 111001 1111010 10010000 111100 1111 0 101100 11000011 101011 100111

Color Harmonies of #397A90

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #397A90

Black with #397A90

Text Example


Text Example

White with #397A90

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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