Html Css Color HEX #3A2796 Blue Gem

📋 copy color: '#3A2796'

red 58 ◦ green 39 ◦ blue 150

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

Shades of Blue Gem #3A2796

Tints of Blue Gem #3A2796

RGB

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

 GREEN value IS 39 (15.63% from 255) = 15.79%

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

R = 23.48%
G = 15.79%
B = 60.73%

CMYK

 C value IS 0.61

 M value IS 0.74

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#3A2796 (or 0x3A2796) is known color: Blue Gem. HEX triplet: 3A, 27 and 96. RGB value is (58,39,150). Sum of RGB (Red+Green+Blue) = 58+39+150=247 (32% of max value = 765). Red value is 58 (23.05% from 255 or 23.48% from 247); Green value is 39 (15.62% from 255 or 15.79% from 247); Blue value is 150 (58.98% from 255 or 60.73% from 247); Max value from RGB is 150 - color contains mainly: blue. Hex color #3A2796 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3A2796 is #C5D869. Grayscale: #383838. Windows color (decimal): -12965994 or 9840442. OLE color: 9840442.

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

Color convert

RGB 58 39 150 -
CMYK 0.61 0.74 0 0.41
HSL 250.27º 0.59% 0.37% -
HSV(B) 250.27º 0.74% 0.59% -
XYZ 7.98 4.55 29.31 -
YUV 57.34 180.29 128.47 -
System Red Green Blue C M Y K H S L
Decimal 58 39 150 0.61 0.74 0 0.41 250.27 0.59 0.37
Hex 3A 27 96 3D 4A 0 29 FA 3B 25
Octal 72 47 226 75 112 0 51 372 73 45
Binary 111010 100111 10010110 111101 1001010 0 101001 11111010 111011 100101

Color Harmonies of #3A2796

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3A2796

Black with #3A2796

Text Example


Text Example

White with #3A2796

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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