Html Css Color HEX #398197 Jelly Bean

📋 copy color: '#398197'

red 57 ◦ green 129 ◦ blue 151

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

Shades of Jelly Bean #398197

Tints of Jelly Bean #398197

RGB

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

 GREEN value IS 129 (50.78% from 255) = 38.28%

 BLUE value IS 151 (59.38% from 255) = 44.81%

R = 16.91%
G = 38.28%
B = 44.81%

CMYK

 C value IS 0.62

 M value IS 0.15

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#398197 (or 0x398197) is known color: Jelly Bean. HEX triplet: 39, 81 and 97. RGB value is (57,129,151). Sum of RGB (Red+Green+Blue) = 57+129+151=337 (44% of max value = 765). Red value is 57 (22.66% from 255 or 16.91% from 337); Green value is 129 (50.78% from 255 or 38.28% from 337); Blue value is 151 (59.38% from 255 or 44.81% from 337); Max value from RGB is 151 - color contains mainly: blue. Hex color #398197 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #398197 is #C67E68. Grayscale: #6D6D6D. Windows color (decimal): -13008489 or 9929017. OLE color: 9929017.

HSL color Cylindrical-coordinate representation of color #398197: hue angle of 194.04º 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 #398197 is Cyan = 0.62, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB 57 129 151 -
CMYK 0.62 0.15 0 0.41
HSL 194.04º 0.45% 0.41% -
HSV(B) 194.04º 0.62% 0.59% -
XYZ 15.12 18.8 32.11 -
YUV 109.98 151.15 90.21 -
System Red Green Blue C M Y K H S L
Decimal 57 129 151 0.62 0.15 0 0.41 194.04 0.45 0.41
Hex 39 81 97 3E F 0 29 C2 2D 29
Octal 71 201 227 76 17 0 51 302 55 51
Binary 111001 10000001 10010111 111110 1111 0 101001 11000010 101101 101001

Color Harmonies of #398197

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #398197

Black with #398197

Text Example


Text Example

White with #398197

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #398197; }

 p { color: rgb(57,129,151); }

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

background-color css

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

 a { background-color: rgb(57,129,151); }

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

border-color css

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

 span { border-color: rgb(57,129,151); }

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