Html Css Color HEX #3A2195 Blue Gem

📋 copy color: '#3A2195'

red 58 ◦ green 33 ◦ blue 149

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

Shades of Blue Gem #3A2195

Tints of Blue Gem #3A2195

RGB

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

 GREEN value IS 33 (13.28% from 255) = 13.75%

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

R = 24.17%
G = 13.75%
B = 62.08%

CMYK

 C value IS 0.61

 M value IS 0.78

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#3A2195 (or 0x3A2195) is known color: Blue Gem. HEX triplet: 3A, 21 and 95. RGB value is (58,33,149). Sum of RGB (Red+Green+Blue) = 58+33+149=240 (31% of max value = 765). Red value is 58 (23.05% from 255 or 24.17% from 240); Green value is 33 (13.28% from 255 or 13.75% from 240); Blue value is 149 (58.59% from 255 or 62.08% from 240); Max value from RGB is 149 - color contains mainly: blue. Hex color #3A2195 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3A2195 is #C5DE6A. Grayscale: #353535. Windows color (decimal): -12967531 or 9773370. OLE color: 9773370.

HSL color Cylindrical-coordinate representation of color #3A2195: hue angle of 252.93º degrees, saturation: 0.64, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #3A2195 is Cyan = 0.61, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 58 33 149 -
CMYK 0.61 0.78 0 0.42
HSL 252.93º 0.64% 0.36% -
HSV(B) 252.93º 0.78% 0.58% -
XYZ 7.71 4.16 28.83 -
YUV 53.7 181.78 131.07 -
System Red Green Blue C M Y K H S L
Decimal 58 33 149 0.61 0.78 0 0.42 252.93 0.64 0.36
Hex 3A 21 95 3D 4E 0 2A FD 40 24
Octal 72 41 225 75 116 0 52 375 100 44
Binary 111010 100001 10010101 111101 1001110 0 101010 11111101 1000000 100100

Color Harmonies of #3A2195

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3A2195

Black with #3A2195

Text Example


Text Example

White with #3A2195

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(58,33,149); }

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

background-color css

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

 a { background-color: rgb(58,33,149); }

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

border-color css

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

 span { border-color: rgb(58,33,149); }

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