Html Css Color HEX #3A219C Blue Gem

📋 copy color: '#3A219C'

red 58 ◦ green 33 ◦ blue 156

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

Shades of Blue Gem #3A219C

Tints of Blue Gem #3A219C

RGB

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

 GREEN value IS 33 (13.28% from 255) = 13.36%

 BLUE value IS 156 (61.33% from 255) = 63.16%

R = 23.48%
G = 13.36%
B = 63.16%

CMYK

 C value IS 0.63

 M value IS 0.79

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#3A219C (or 0x3A219C) is known color: Blue Gem. HEX triplet: 3A, 21 and 9C. RGB value is (58,33,156). Sum of RGB (Red+Green+Blue) = 58+33+156=247 (32% of max value = 765). Red value is 58 (23.05% from 255 or 23.48% from 247); Green value is 33 (13.28% from 255 or 13.36% from 247); Blue value is 156 (61.33% from 255 or 63.16% from 247); Max value from RGB is 156 - color contains mainly: blue. Hex color #3A219C is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3A219C is #C5DE63. Grayscale: #363636. Windows color (decimal): -12967524 or 10232122. OLE color: 10232122.

HSL color Cylindrical-coordinate representation of color #3A219C: hue angle of 252.2º degrees, saturation: 0.65, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #3A219C is Cyan = 0.63, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 58 33 156 -
CMYK 0.63 0.79 0 0.39
HSL 252.2º 0.65% 0.37% -
HSV(B) 252.2º 0.79% 0.61% -
XYZ 8.29 4.39 31.86 -
YUV 54.5 185.28 130.5 -
System Red Green Blue C M Y K H S L
Decimal 58 33 156 0.63 0.79 0 0.39 252.2 0.65 0.37
Hex 3A 21 9C 3F 4F 0 27 FC 41 25
Octal 72 41 234 77 117 0 47 374 101 45
Binary 111010 100001 10011100 111111 1001111 0 100111 11111100 1000001 100101

Color Harmonies of #3A219C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3A219C

Black with #3A219C

Text Example


Text Example

White with #3A219C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(58,33,156); }

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

background-color css

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

 a { background-color: rgb(58,33,156); }

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

border-color css

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

 span { border-color: rgb(58,33,156); }

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