Html Css Color HEX #398097 Jelly Bean

📋 copy color: '#398097'

red 57 ◦ green 128 ◦ blue 151

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

Shades of Jelly Bean #398097

Tints of Jelly Bean #398097

RGB

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

 GREEN value IS 128 (50.39% from 255) = 38.1%

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

R = 16.96%
G = 38.1%
B = 44.94%

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

#398097 (or 0x398097) is known color: Jelly Bean. HEX triplet: 39, 80 and 97. RGB value is (57,128,151). Sum of RGB (Red+Green+Blue) = 57+128+151=336 (44% of max value = 765). Red value is 57 (22.66% from 255 or 16.96% from 336); Green value is 128 (50.39% from 255 or 38.10% from 336); Blue value is 151 (59.38% from 255 or 44.94% from 336); Max value from RGB is 151 - color contains mainly: blue. Hex color #398097 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #398097 is #C67F68. Grayscale: #6D6D6D. Windows color (decimal): -13008745 or 9928761. OLE color: 9928761.

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

Color convert

RGB 57 128 151 -
CMYK 0.62 0.15 0 0.41
HSL 194.68º 0.45% 0.41% -
HSV(B) 194.68º 0.62% 0.59% -
XYZ 14.99 18.54 32.07 -
YUV 109.39 151.48 90.63 -
System Red Green Blue C M Y K H S L
Decimal 57 128 151 0.62 0.15 0 0.41 194.68 0.45 0.41
Hex 39 80 97 3E F 0 29 C3 2D 29
Octal 71 200 227 76 17 0 51 303 55 51
Binary 111001 10000000 10010111 111110 1111 0 101001 11000011 101101 101001

Color Harmonies of #398097

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #398097

Black with #398097

Text Example


Text Example

White with #398097

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #398097; }

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

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

background-color css

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

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

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

border-color css

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

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

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