Html Css Color HEX #398394 Jelly Bean

📋 copy color: '#398394'

red 57 ◦ green 131 ◦ blue 148

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

Shades of Jelly Bean #398394

Tints of Jelly Bean #398394

RGB

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

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

 BLUE value IS 148 (58.2% from 255) = 44.05%

R = 16.96%
G = 38.99%
B = 44.05%

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

#398394 (or 0x398394) is known color: Jelly Bean. HEX triplet: 39, 83 and 94. RGB value is (57,131,148). Sum of RGB (Red+Green+Blue) = 57+131+148=336 (44% of max value = 765). Red value is 57 (22.66% from 255 or 16.96% from 336); Green value is 131 (51.56% from 255 or 38.99% from 336); Blue value is 148 (58.20% from 255 or 44.05% from 336); Max value from RGB is 148 - color contains mainly: blue. Hex color #398394 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #398394 is #C67C6B. Grayscale: #6E6E6E. Windows color (decimal): -13007980 or 9732921. OLE color: 9732921.

HSL color Cylindrical-coordinate representation of color #398394: hue angle of 191.21º 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 #398394 is Cyan = 0.61, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 57 131 148 -
CMYK 0.61 0.11 0 0.42
HSL 191.21º 0.44% 0.4% -
HSV(B) 191.21º 0.61% 0.58% -
XYZ 15.15 19.24 30.93 -
YUV 110.81 148.98 89.62 -
System Red Green Blue C M Y K H S L
Decimal 57 131 148 0.61 0.11 0 0.42 191.21 0.44 0.4
Hex 39 83 94 3D B 0 2A BF 2C 28
Octal 71 203 224 75 13 0 52 277 54 50
Binary 111001 10000011 10010100 111101 1011 0 101010 10111111 101100 101000

Color Harmonies of #398394

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #398394

Black with #398394

Text Example


Text Example

White with #398394

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #398394; }

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

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

background-color css

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

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

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

border-color css

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

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

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