#3A219C

Color #3A219C Blue Gem (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Blue Gem #3A219C

Tints of Blue Gem #3A219C

Color information

#3A219C (or 0x3A219C) is unknown color: approx 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

RGB5833156-
CMYK0.630.7900.39
HSL252.2º65.08%37.06%-
HSV(B)252.2º78.85%61.18%-
XYZ8.294.3931.86-
YUV54.5185.28130.5-

RGB Variations

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

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 (Cyan) values IS 0.63
M (Magenta) values IS 0.79
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal58331560.630.7900.39252.265.0837.06
Hex3A219C3F4F027fc4125
Octal72412347711704737410145
Binary1110101000011001110011111110011110100111111111001000001100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3A219C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>