Html Css Color HEX #3A8192 Jelly Bean

📋 copy color: '#3A8192'

red 58 ◦ green 129 ◦ blue 146

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

Shades of Jelly Bean #3A8192

Tints of Jelly Bean #3A8192

RGB

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

 GREEN value IS 129 (50.78% from 255) = 38.74%

 BLUE value IS 146 (57.42% from 255) = 43.84%

R = 17.42%
G = 38.74%
B = 43.84%

CMYK

 C value IS 0.60

 M value IS 0.12

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#3A8192 (or 0x3A8192) is known color: Jelly Bean. HEX triplet: 3A, 81 and 92. RGB value is (58,129,146). Sum of RGB (Red+Green+Blue) = 58+129+146=333 (44% of max value = 765). Red value is 58 (23.05% from 255 or 17.42% from 333); Green value is 129 (50.78% from 255 or 38.74% from 333); Blue value is 146 (57.42% from 255 or 43.84% from 333); Max value from RGB is 146 - color contains mainly: blue. Hex color #3A8192 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #3A8192 is #C57E6D. Grayscale: #6D6D6D. Windows color (decimal): -12942958 or 9601338. OLE color: 9601338.

HSL color Cylindrical-coordinate representation of color #3A8192: hue angle of 191.59º 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 #3A8192 is Cyan = 0.60, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB 58 129 146 -
CMYK 0.60 0.12 0 0.43
HSL 191.59º 0.43% 0.4% -
HSV(B) 191.59º 0.6% 0.57% -
XYZ 14.78 18.68 30.02 -
YUV 109.71 148.48 91.12 -
System Red Green Blue C M Y K H S L
Decimal 58 129 146 0.60 0.12 0 0.43 191.59 0.43 0.4
Hex 3A 81 92 3C C 0 2B C0 2B 28
Octal 72 201 222 74 14 0 53 300 53 50
Binary 111010 10000001 10010010 111100 1100 0 101011 11000000 101011 101000

Color Harmonies of #3A8192

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3A8192

Black with #3A8192

Text Example


Text Example

White with #3A8192

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(58,129,146); }

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

background-color css

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

 a { background-color: rgb(58,129,146); }

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

border-color css

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

 span { border-color: rgb(58,129,146); }

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