Html Css Color HEX #3A2495 Blue Gem

📋 copy color: '#3A2495'

red 58 ◦ green 36 ◦ blue 149

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

Shades of Blue Gem #3A2495

Tints of Blue Gem #3A2495

RGB

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

 GREEN value IS 36 (14.45% from 255) = 14.81%

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

R = 23.87%
G = 14.81%
B = 61.32%

CMYK

 C value IS 0.61

 M value IS 0.76

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#3A2495 (or 0x3A2495) is known color: Blue Gem. HEX triplet: 3A, 24 and 95. RGB value is (58,36,149). Sum of RGB (Red+Green+Blue) = 58+36+149=243 (32% of max value = 765). Red value is 58 (23.05% from 255 or 23.87% from 243); Green value is 36 (14.45% from 255 or 14.81% from 243); Blue value is 149 (58.59% from 255 or 61.32% from 243); Max value from RGB is 149 - color contains mainly: blue. Hex color #3A2495 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3A2495 is #C5DB6A. Grayscale: #373737. Windows color (decimal): -12966763 or 9774138. OLE color: 9774138.

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

Color convert

RGB 58 36 149 -
CMYK 0.61 0.76 0 0.42
HSL 251.68º 0.61% 0.36% -
HSV(B) 251.68º 0.76% 0.58% -
XYZ 7.8 4.33 28.86 -
YUV 55.46 180.79 129.81 -
System Red Green Blue C M Y K H S L
Decimal 58 36 149 0.61 0.76 0 0.42 251.68 0.61 0.36
Hex 3A 24 95 3D 4C 0 2A FC 3D 24
Octal 72 44 225 75 114 0 52 374 75 44
Binary 111010 100100 10010101 111101 1001100 0 101010 11111100 111101 100100

Color Harmonies of #3A2495

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3A2495

Black with #3A2495

Text Example


Text Example

White with #3A2495

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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