Html Css Color HEX #397998 Jelly Bean

📋 copy color: '#397998'

red 57 ◦ green 121 ◦ blue 152

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

Shades of Jelly Bean #397998

Tints of Jelly Bean #397998

RGB

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

 GREEN value IS 121 (47.66% from 255) = 36.67%

 BLUE value IS 152 (59.77% from 255) = 46.06%

R = 17.27%
G = 36.67%
B = 46.06%

CMYK

 C value IS 0.62

 M value IS 0.20

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#397998 (or 0x397998) is known color: Jelly Bean. HEX triplet: 39, 79 and 98. RGB value is (57,121,152). Sum of RGB (Red+Green+Blue) = 57+121+152=330 (43% of max value = 765). Red value is 57 (22.66% from 255 or 17.27% from 330); Green value is 121 (47.66% from 255 or 36.67% from 330); Blue value is 152 (59.77% from 255 or 46.06% from 330); Max value from RGB is 152 - color contains mainly: blue. Hex color #397998 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #397998 is #C68667. Grayscale: #696969. Windows color (decimal): -13010536 or 9992505. OLE color: 9992505.

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

Color convert

RGB 57 121 152 -
CMYK 0.62 0.20 0 0.40
HSL 199.58º 0.45% 0.41% -
HSV(B) 199.58º 0.63% 0.6% -
XYZ 14.19 16.81 32.2 -
YUV 105.4 154.3 93.48 -
System Red Green Blue C M Y K H S L
Decimal 57 121 152 0.62 0.20 0 0.40 199.58 0.45 0.41
Hex 39 79 98 3E 14 0 28 C8 2D 29
Octal 71 171 230 76 24 0 50 310 55 51
Binary 111001 1111001 10011000 111110 10100 0 101000 11001000 101101 101001

Color Harmonies of #397998

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #397998

Black with #397998

Text Example


Text Example

White with #397998

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #397998; }

 p { color: rgb(57,121,152); }

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

background-color css

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

 a { background-color: rgb(57,121,152); }

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

border-color css

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

 span { border-color: rgb(57,121,152); }

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