Html Css Color HEX #3A8291 Jelly Bean

📋 copy color: '#3A8291'

red 58 ◦ green 130 ◦ blue 145

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

Shades of Jelly Bean #3A8291

Tints of Jelly Bean #3A8291

RGB

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

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

 BLUE value IS 145 (57.03% from 255) = 43.54%

R = 17.42%
G = 39.04%
B = 43.54%

CMYK

 C value IS 0.6

 M value IS 0.10

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#3A8291 (or 0x3A8291) is known color: Jelly Bean. HEX triplet: 3A, 82 and 91. RGB value is (58,130,145). Sum of RGB (Red+Green+Blue) = 58+130+145=333 (44% of max value = 765). Red value is 58 (23.05% from 255 or 17.42% from 333); Green value is 130 (51.17% from 255 or 39.04% from 333); Blue value is 145 (57.03% from 255 or 43.54% from 333); Max value from RGB is 145 - color contains mainly: blue. Hex color #3A8291 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #3A8291 is #C57D6E. Grayscale: #6E6E6E. Windows color (decimal): -12942703 or 9536058. OLE color: 9536058.

HSL color Cylindrical-coordinate representation of color #3A8291: hue angle of 190.34º degrees, saturation: 0.43, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #3A8291 is Cyan = 0.6, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB 58 130 145 -
CMYK 0.6 0.10 0 0.43
HSL 190.34º 0.43% 0.4% -
HSV(B) 190.34º 0.6% 0.57% -
XYZ 14.84 18.91 29.66 -
YUV 110.18 147.65 90.78 -
System Red Green Blue C M Y K H S L
Decimal 58 130 145 0.6 0.10 0 0.43 190.34 0.43 0.4
Hex 3A 82 91 3C A 0 2B BE 2B 28
Octal 72 202 221 74 12 0 53 276 53 50
Binary 111010 10000010 10010001 111100 1010 0 101011 10111110 101011 101000

Color Harmonies of #3A8291

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3A8291

Black with #3A8291

Text Example


Text Example

White with #3A8291

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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