Html Css Color HEX #398295 Jelly Bean

📋 copy color: '#398295'

red 57 ◦ green 130 ◦ blue 149

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

Shades of Jelly Bean #398295

Tints of Jelly Bean #398295

RGB

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

 GREEN value IS 130 (51.17% from 255) = 38.69%

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

R = 16.96%
G = 38.69%
B = 44.35%

CMYK

 C value IS 0.62

 M value IS 0.13

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#398295 (or 0x398295) is known color: Jelly Bean. HEX triplet: 39, 82 and 95. RGB value is (57,130,149). Sum of RGB (Red+Green+Blue) = 57+130+149=336 (44% of max value = 765). Red value is 57 (22.66% from 255 or 16.96% from 336); Green value is 130 (51.17% from 255 or 38.69% from 336); Blue value is 149 (58.59% from 255 or 44.35% from 336); Max value from RGB is 149 - color contains mainly: blue. Hex color #398295 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #398295 is #C67D6A. Grayscale: #6E6E6E. Windows color (decimal): -13008235 or 9798201. OLE color: 9798201.

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

Color convert

RGB 57 130 149 -
CMYK 0.62 0.13 0 0.42
HSL 192.39º 0.45% 0.4% -
HSV(B) 192.39º 0.62% 0.58% -
XYZ 15.09 19.01 31.31 -
YUV 110.34 149.82 89.96 -
System Red Green Blue C M Y K H S L
Decimal 57 130 149 0.62 0.13 0 0.42 192.39 0.45 0.4
Hex 39 82 95 3E D 0 2A C0 2D 28
Octal 71 202 225 76 15 0 52 300 55 50
Binary 111001 10000010 10010101 111110 1101 0 101010 11000000 101101 101000

Color Harmonies of #398295

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #398295

Black with #398295

Text Example


Text Example

White with #398295

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #398295; }

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

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

background-color css

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

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

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

border-color css

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

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

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