Html Css Color HEX #3C21AC Blue Gem

📋 copy color: '#3C21AC'

red 60 ◦ green 33 ◦ blue 172

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

Shades of Blue Gem #3C21AC

Tints of Blue Gem #3C21AC

RGB

 RED value IS 60 (23.83% from 255) = 22.64%

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

 BLUE value IS 172 (67.58% from 255) = 64.91%

R = 22.64%
G = 12.45%
B = 64.91%

CMYK

 C value IS 0.65

 M value IS 0.81

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#3C21AC (or 0x3C21AC) is known color: Blue Gem. HEX triplet: 3C, 21 and AC. RGB value is (60,33,172). Sum of RGB (Red+Green+Blue) = 60+33+172=265 (35% of max value = 765). Red value is 60 (23.83% from 255 or 22.64% from 265); Green value is 33 (13.28% from 255 or 12.45% from 265); Blue value is 172 (67.58% from 255 or 64.91% from 265); Max value from RGB is 172 - color contains mainly: blue. Hex color #3C21AC is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3C21AC is #C3DE53. Grayscale: #383838. Windows color (decimal): -12836436 or 11280700. OLE color: 11280700.

HSL color Cylindrical-coordinate representation of color #3C21AC: hue angle of 251.65º degrees, saturation: 0.68, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #3C21AC is Cyan = 0.65, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 60 33 172 -
CMYK 0.65 0.81 0 0.33
HSL 251.65º 0.68% 0.4% -
HSV(B) 251.65º 0.81% 0.67% -
XYZ 9.85 5.03 39.48 -
YUV 56.92 192.95 130.2 -
System Red Green Blue C M Y K H S L
Decimal 60 33 172 0.65 0.81 0 0.33 251.65 0.68 0.4
Hex 3C 21 AC 41 51 0 21 FC 44 28
Octal 74 41 254 101 121 0 41 374 104 50
Binary 111100 100001 10101100 1000001 1010001 0 100001 11111100 1000100 101000

Color Harmonies of #3C21AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3C21AC

Black with #3C21AC

Text Example


Text Example

White with #3C21AC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(60,33,172); }

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

background-color css

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

 a { background-color: rgb(60,33,172); }

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

border-color css

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

 span { border-color: rgb(60,33,172); }

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