Html Css Color HEX #3A8296 Jelly Bean

📋 copy color: '#3A8296'

red 58 ◦ green 130 ◦ blue 150

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

Shades of Jelly Bean #3A8296

Tints of Jelly Bean #3A8296

RGB

 RED value IS 58 (23.05% from 255) = 17.16%

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

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

R = 17.16%
G = 38.46%
B = 44.38%

CMYK

 C value IS 0.61

 M value IS 0.13

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#3A8296 (or 0x3A8296) is known color: Jelly Bean. HEX triplet: 3A, 82 and 96. RGB value is (58,130,150). Sum of RGB (Red+Green+Blue) = 58+130+150=338 (44% of max value = 765). Red value is 58 (23.05% from 255 or 17.16% from 338); Green value is 130 (51.17% from 255 or 38.46% from 338); Blue value is 150 (58.98% from 255 or 44.38% from 338); Max value from RGB is 150 - color contains mainly: blue. Hex color #3A8296 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #3A8296 is #C57D69. Grayscale: #6E6E6E. Windows color (decimal): -12942698 or 9863738. OLE color: 9863738.

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

Color convert

RGB 58 130 150 -
CMYK 0.61 0.13 0 0.41
HSL 193.04º 0.44% 0.41% -
HSV(B) 193.04º 0.61% 0.59% -
XYZ 15.23 19.07 31.73 -
YUV 110.75 150.15 90.37 -
System Red Green Blue C M Y K H S L
Decimal 58 130 150 0.61 0.13 0 0.41 193.04 0.44 0.41
Hex 3A 82 96 3D D 0 29 C1 2C 29
Octal 72 202 226 75 15 0 51 301 54 51
Binary 111010 10000010 10010110 111101 1101 0 101001 11000001 101100 101001

Color Harmonies of #3A8296

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3A8296

Black with #3A8296

Text Example


Text Example

White with #3A8296

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #3A8296; }

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

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

background-color css

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

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

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

border-color css

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

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

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