Html Css Color HEX #398296 Jelly Bean

📋 copy color: '#398296'

red 57 ◦ green 130 ◦ blue 150

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

Shades of Jelly Bean #398296

Tints of Jelly Bean #398296

RGB

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

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

 BLUE value IS 150 (58.98% from 255) = 44.51%

R = 16.91%
G = 38.58%
B = 44.51%

CMYK

 C value IS 0.62

 M value IS 0.13

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#398296 (or 0x398296) is known color: Jelly Bean. HEX triplet: 39, 82 and 96. RGB value is (57,130,150). Sum of RGB (Red+Green+Blue) = 57+130+150=337 (44% of max value = 765). Red value is 57 (22.66% from 255 or 16.91% from 337); Green value is 130 (51.17% from 255 or 38.58% from 337); Blue value is 150 (58.98% from 255 or 44.51% from 337); Max value from RGB is 150 - color contains mainly: blue. Hex color #398296 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #398296 is #C67D69. Grayscale: #6E6E6E. Windows color (decimal): -13008234 or 9863737. OLE color: 9863737.

HSL color Cylindrical-coordinate representation of color #398296: hue angle of 192.9º degrees, saturation: 0.45, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #398296 is Cyan = 0.62, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB 57 130 150 -
CMYK 0.62 0.13 0 0.41
HSL 192.9º 0.45% 0.41% -
HSV(B) 192.9º 0.62% 0.59% -
XYZ 15.18 19.04 31.73 -
YUV 110.45 150.32 89.87 -
System Red Green Blue C M Y K H S L
Decimal 57 130 150 0.62 0.13 0 0.41 192.9 0.45 0.41
Hex 39 82 96 3E D 0 29 C1 2D 29
Octal 71 202 226 76 15 0 51 301 55 51
Binary 111001 10000010 10010110 111110 1101 0 101001 11000001 101101 101001

Color Harmonies of #398296

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #398296

Black with #398296

Text Example


Text Example

White with #398296

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #398296; }

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

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

background-color css

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

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

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

border-color css

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

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

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