Html Css Color HEX #398095 Jelly Bean

📋 copy color: '#398095'

red 57 ◦ green 128 ◦ blue 149

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

Shades of Jelly Bean #398095

Tints of Jelly Bean #398095

RGB

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

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

 BLUE value IS 149 (58.59% from 255) = 44.61%

R = 17.07%
G = 38.32%
B = 44.61%

CMYK

 C value IS 0.62

 M value IS 0.14

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#398095 (or 0x398095) is known color: Jelly Bean. HEX triplet: 39, 80 and 95. RGB value is (57,128,149). Sum of RGB (Red+Green+Blue) = 57+128+149=334 (44% of max value = 765). Red value is 57 (22.66% from 255 or 17.07% from 334); Green value is 128 (50.39% from 255 or 38.32% from 334); Blue value is 149 (58.59% from 255 or 44.61% from 334); Max value from RGB is 149 - color contains mainly: blue. Hex color #398095 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #398095 is #C67F6A. Grayscale: #6D6D6D. Windows color (decimal): -13008747 or 9797689. OLE color: 9797689.

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

Color convert

RGB 57 128 149 -
CMYK 0.62 0.14 0 0.42
HSL 193.7º 0.45% 0.4% -
HSV(B) 193.7º 0.62% 0.58% -
XYZ 14.83 18.48 31.22 -
YUV 109.17 150.48 90.79 -
System Red Green Blue C M Y K H S L
Decimal 57 128 149 0.62 0.14 0 0.42 193.7 0.45 0.4
Hex 39 80 95 3E E 0 2A C2 2D 28
Octal 71 200 225 76 16 0 52 302 55 50
Binary 111001 10000000 10010101 111110 1110 0 101010 11000010 101101 101000

Color Harmonies of #398095

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #398095

Black with #398095

Text Example


Text Example

White with #398095

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #398095; }

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

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

background-color css

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

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

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

border-color css

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

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

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