Html Css Color HEX #398393 Jelly Bean

📋 copy color: '#398393'

red 57 ◦ green 131 ◦ blue 147

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

Shades of Jelly Bean #398393

Tints of Jelly Bean #398393

RGB

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

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

 BLUE value IS 147 (57.81% from 255) = 43.88%

R = 17.01%
G = 39.1%
B = 43.88%

CMYK

 C value IS 0.61

 M value IS 0.11

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#398393 (or 0x398393) is known color: Jelly Bean. HEX triplet: 39, 83 and 93. RGB value is (57,131,147). Sum of RGB (Red+Green+Blue) = 57+131+147=335 (44% of max value = 765). Red value is 57 (22.66% from 255 or 17.01% from 335); Green value is 131 (51.56% from 255 or 39.10% from 335); Blue value is 147 (57.81% from 255 or 43.88% from 335); Max value from RGB is 147 - color contains mainly: blue. Hex color #398393 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #398393 is #C67C6C. Grayscale: #6E6E6E. Windows color (decimal): -13007981 or 9667385. OLE color: 9667385.

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

Color convert

RGB 57 131 147 -
CMYK 0.61 0.11 0 0.42
HSL 190.67º 0.44% 0.4% -
HSV(B) 190.67º 0.61% 0.58% -
XYZ 15.07 19.21 30.52 -
YUV 110.7 148.48 89.7 -
System Red Green Blue C M Y K H S L
Decimal 57 131 147 0.61 0.11 0 0.42 190.67 0.44 0.4
Hex 39 83 93 3D B 0 2A BF 2C 28
Octal 71 203 223 75 13 0 52 277 54 50
Binary 111001 10000011 10010011 111101 1011 0 101010 10111111 101100 101000

Color Harmonies of #398393

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #398393

Black with #398393

Text Example


Text Example

White with #398393

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #398393; }

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

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

background-color css

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

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

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

border-color css

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

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

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