Html Css Color HEX #3A2895 Blue Gem

📋 copy color: '#3A2895'

red 58 ◦ green 40 ◦ blue 149

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

Shades of Blue Gem #3A2895

Tints of Blue Gem #3A2895

RGB

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

 GREEN value IS 40 (16.02% from 255) = 16.19%

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

R = 23.48%
G = 16.19%
B = 60.32%

CMYK

 C value IS 0.61

 M value IS 0.73

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#3A2895 (or 0x3A2895) is known color: Blue Gem. HEX triplet: 3A, 28 and 95. RGB value is (58,40,149). Sum of RGB (Red+Green+Blue) = 58+40+149=247 (32% of max value = 765). Red value is 58 (23.05% from 255 or 23.48% from 247); Green value is 40 (16.02% from 255 or 16.19% from 247); Blue value is 149 (58.59% from 255 or 60.32% from 247); Max value from RGB is 149 - color contains mainly: blue. Hex color #3A2895 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3A2895 is #C5D76A. Grayscale: #393939. Windows color (decimal): -12965739 or 9775162. OLE color: 9775162.

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

Color convert

RGB 58 40 149 -
CMYK 0.61 0.73 0 0.42
HSL 249.91º 0.58% 0.37% -
HSV(B) 249.91º 0.73% 0.58% -
XYZ 7.93 4.59 28.9 -
YUV 57.81 179.46 128.14 -
System Red Green Blue C M Y K H S L
Decimal 58 40 149 0.61 0.73 0 0.42 249.91 0.58 0.37
Hex 3A 28 95 3D 49 0 2A FA 3A 25
Octal 72 50 225 75 111 0 52 372 72 45
Binary 111010 101000 10010101 111101 1001001 0 101010 11111010 111010 100101

Color Harmonies of #3A2895

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3A2895

Black with #3A2895

Text Example


Text Example

White with #3A2895

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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