Html Css Color HEX #398392 Jelly Bean

📋 copy color: '#398392'

red 57 ◦ green 131 ◦ blue 146

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

Shades of Jelly Bean #398392

Tints of Jelly Bean #398392

RGB

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

 GREEN value IS 131 (51.56% from 255) = 39.22%

 BLUE value IS 146 (57.42% from 255) = 43.71%

R = 17.07%
G = 39.22%
B = 43.71%

CMYK

 C value IS 0.61

 M value IS 0.10

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#398392 (or 0x398392) is known color: Jelly Bean. HEX triplet: 39, 83 and 92. RGB value is (57,131,146). Sum of RGB (Red+Green+Blue) = 57+131+146=334 (44% of max value = 765). Red value is 57 (22.66% from 255 or 17.07% from 334); Green value is 131 (51.56% from 255 or 39.22% from 334); Blue value is 146 (57.42% from 255 or 43.71% from 334); Max value from RGB is 146 - color contains mainly: blue. Hex color #398392 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #398392 is #C67C6D. Grayscale: #6E6E6E. Windows color (decimal): -13007982 or 9601849. OLE color: 9601849.

HSL color Cylindrical-coordinate representation of color #398392: hue angle of 190.11º degrees, saturation: 0.44, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #398392 is Cyan = 0.61, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB 57 131 146 -
CMYK 0.61 0.10 0 0.43
HSL 190.11º 0.44% 0.4% -
HSV(B) 190.11º 0.61% 0.57% -
XYZ 14.99 19.18 30.11 -
YUV 110.58 147.98 89.78 -
System Red Green Blue C M Y K H S L
Decimal 57 131 146 0.61 0.10 0 0.43 190.11 0.44 0.4
Hex 39 83 92 3D A 0 2B BE 2C 28
Octal 71 203 222 75 12 0 53 276 54 50
Binary 111001 10000011 10010010 111101 1010 0 101011 10111110 101100 101000

Color Harmonies of #398392

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #398392

Black with #398392

Text Example


Text Example

White with #398392

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #398392; }

 p { color: rgb(57,131,146); }

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

background-color css

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

 a { background-color: rgb(57,131,146); }

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

border-color css

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

 span { border-color: rgb(57,131,146); }

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