Html Css Color HEX #3A2C9D Blue Gem

📋 copy color: '#3A2C9D'

red 58 ◦ green 44 ◦ blue 157

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

Shades of Blue Gem #3A2C9D

Tints of Blue Gem #3A2C9D

RGB

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

 GREEN value IS 44 (17.58% from 255) = 16.99%

 BLUE value IS 157 (61.72% from 255) = 60.62%

R = 22.39%
G = 16.99%
B = 60.62%

CMYK

 C value IS 0.63

 M value IS 0.72

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#3A2C9D (or 0x3A2C9D) is known color: Blue Gem. HEX triplet: 3A, 2C and 9D. RGB value is (58,44,157). Sum of RGB (Red+Green+Blue) = 58+44+157=259 (34% of max value = 765). Red value is 58 (23.05% from 255 or 22.39% from 259); Green value is 44 (17.58% from 255 or 16.99% from 259); Blue value is 157 (61.72% from 255 or 60.62% from 259); Max value from RGB is 157 - color contains mainly: blue. Hex color #3A2C9D is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3A2C9D is #C5D362. Grayscale: #3C3C3C. Windows color (decimal): -12964707 or 10300474. OLE color: 10300474.

HSL color Cylindrical-coordinate representation of color #3A2C9D: hue angle of 247.43º degrees, saturation: 0.56, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #3A2C9D is Cyan = 0.63, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 58 44 157 -
CMYK 0.63 0.72 0 0.38
HSL 247.43º 0.56% 0.39% -
HSV(B) 247.43º 0.72% 0.62% -
XYZ 8.73 5.14 32.43 -
YUV 61.07 182.14 125.81 -
System Red Green Blue C M Y K H S L
Decimal 58 44 157 0.63 0.72 0 0.38 247.43 0.56 0.39
Hex 3A 2C 9D 3F 48 0 26 F7 38 27
Octal 72 54 235 77 110 0 46 367 70 47
Binary 111010 101100 10011101 111111 1001000 0 100110 11110111 111000 100111

Color Harmonies of #3A2C9D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3A2C9D

Black with #3A2C9D

Text Example


Text Example

White with #3A2C9D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(58,44,157); }

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

background-color css

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

 a { background-color: rgb(58,44,157); }

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

border-color css

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

 span { border-color: rgb(58,44,157); }

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