Html Css Color HEX #3A2396 Blue Gem

📋 copy color: '#3A2396'

red 58 ◦ green 35 ◦ blue 150

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

Shades of Blue Gem #3A2396

Tints of Blue Gem #3A2396

RGB

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

 GREEN value IS 35 (14.06% from 255) = 14.4%

 BLUE value IS 150 (58.98% from 255) = 61.73%

R = 23.87%
G = 14.4%
B = 61.73%

CMYK

 C value IS 0.61

 M value IS 0.77

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#3A2396 (or 0x3A2396) is known color: Blue Gem. HEX triplet: 3A, 23 and 96. RGB value is (58,35,150). Sum of RGB (Red+Green+Blue) = 58+35+150=243 (32% of max value = 765). Red value is 58 (23.05% from 255 or 23.87% from 243); Green value is 35 (14.06% from 255 or 14.40% from 243); Blue value is 150 (58.98% from 255 or 61.73% from 243); Max value from RGB is 150 - color contains mainly: blue. Hex color #3A2396 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3A2396 is #C5DC69. Grayscale: #363636. Windows color (decimal): -12967018 or 9839418. OLE color: 9839418.

HSL color Cylindrical-coordinate representation of color #3A2396: hue angle of 252º degrees, saturation: 0.62, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #3A2396 is Cyan = 0.61, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB 58 35 150 -
CMYK 0.61 0.77 0 0.41
HSL 252º 0.62% 0.36% -
HSV(B) 252º 0.77% 0.59% -
XYZ 7.85 4.3 29.27 -
YUV 54.99 181.62 130.15 -
System Red Green Blue C M Y K H S L
Decimal 58 35 150 0.61 0.77 0 0.41 252 0.62 0.36
Hex 3A 23 96 3D 4D 0 29 FC 3E 24
Octal 72 43 226 75 115 0 51 374 76 44
Binary 111010 100011 10010110 111101 1001101 0 101001 11111100 111110 100100

Color Harmonies of #3A2396

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3A2396

Black with #3A2396

Text Example


Text Example

White with #3A2396

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(58,35,150); }

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

background-color css

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

 a { background-color: rgb(58,35,150); }

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

border-color css

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

 span { border-color: rgb(58,35,150); }

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