Html Css Color HEX #398196 Jelly Bean

📋 copy color: '#398196'

red 57 ◦ green 129 ◦ blue 150

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

Shades of Jelly Bean #398196

Tints of Jelly Bean #398196

RGB

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

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

 BLUE value IS 150 (58.98% from 255) = 44.64%

R = 16.96%
G = 38.39%
B = 44.64%

CMYK

 C value IS 0.62

 M value IS 0.14

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#398196 (or 0x398196) is known color: Jelly Bean. HEX triplet: 39, 81 and 96. RGB value is (57,129,150). Sum of RGB (Red+Green+Blue) = 57+129+150=336 (44% of max value = 765). Red value is 57 (22.66% from 255 or 16.96% from 336); Green value is 129 (50.78% from 255 or 38.39% from 336); Blue value is 150 (58.98% from 255 or 44.64% from 336); Max value from RGB is 150 - color contains mainly: blue. Hex color #398196 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #398196 is #C67E69. Grayscale: #6D6D6D. Windows color (decimal): -13008490 or 9863481. OLE color: 9863481.

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

Color convert

RGB 57 129 150 -
CMYK 0.62 0.14 0 0.41
HSL 193.55º 0.45% 0.41% -
HSV(B) 193.55º 0.62% 0.59% -
XYZ 15.04 18.77 31.68 -
YUV 109.87 150.65 90.29 -
System Red Green Blue C M Y K H S L
Decimal 57 129 150 0.62 0.14 0 0.41 193.55 0.45 0.41
Hex 39 81 96 3E E 0 29 C2 2D 29
Octal 71 201 226 76 16 0 51 302 55 51
Binary 111001 10000001 10010110 111110 1110 0 101001 11000010 101101 101001

Color Harmonies of #398196

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #398196

Black with #398196

Text Example


Text Example

White with #398196

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #398196; }

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

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

background-color css

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

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

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

border-color css

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

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

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