Html Css Color HEX #3A2595 Blue Gem

📋 copy color: '#3A2595'

red 58 ◦ green 37 ◦ blue 149

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

Shades of Blue Gem #3A2595

Tints of Blue Gem #3A2595

RGB

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

 GREEN value IS 37 (14.84% from 255) = 15.16%

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

R = 23.77%
G = 15.16%
B = 61.07%

CMYK

 C value IS 0.61

 M value IS 0.75

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#3A2595 (or 0x3A2595) is known color: Blue Gem. HEX triplet: 3A, 25 and 95. RGB value is (58,37,149). Sum of RGB (Red+Green+Blue) = 58+37+149=244 (32% of max value = 765). Red value is 58 (23.05% from 255 or 23.77% from 244); Green value is 37 (14.84% from 255 or 15.16% from 244); Blue value is 149 (58.59% from 255 or 61.07% from 244); Max value from RGB is 149 - color contains mainly: blue. Hex color #3A2595 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3A2595 is #C5DA6A. Grayscale: #373737. Windows color (decimal): -12966507 or 9774394. OLE color: 9774394.

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

Color convert

RGB 58 37 149 -
CMYK 0.61 0.75 0 0.42
HSL 251.25º 0.6% 0.36% -
HSV(B) 251.25º 0.75% 0.58% -
XYZ 7.83 4.39 28.87 -
YUV 56.05 180.46 129.39 -
System Red Green Blue C M Y K H S L
Decimal 58 37 149 0.61 0.75 0 0.42 251.25 0.6 0.36
Hex 3A 25 95 3D 4B 0 2A FB 3C 24
Octal 72 45 225 75 113 0 52 373 74 44
Binary 111010 100101 10010101 111101 1001011 0 101010 11111011 111100 100100

Color Harmonies of #3A2595

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3A2595

Black with #3A2595

Text Example


Text Example

White with #3A2595

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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