Html Css Color HEX #3C32AC Blue Gem

📋 copy color: '#3C32AC'

red 60 ◦ green 50 ◦ blue 172

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

Shades of Blue Gem #3C32AC

Tints of Blue Gem #3C32AC

RGB

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

 GREEN value IS 50 (19.92% from 255) = 17.73%

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

R = 21.28%
G = 17.73%
B = 60.99%

CMYK

 C value IS 0.65

 M value IS 0.71

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#3C32AC (or 0x3C32AC) is known color: Blue Gem. HEX triplet: 3C, 32 and AC. RGB value is (60,50,172). Sum of RGB (Red+Green+Blue) = 60+50+172=282 (37% of max value = 765). Red value is 60 (23.83% from 255 or 21.28% from 282); Green value is 50 (19.92% from 255 or 17.73% from 282); Blue value is 172 (67.58% from 255 or 60.99% from 282); Max value from RGB is 172 - color contains mainly: blue. Hex color #3C32AC is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3C32AC is #C3CD53. Grayscale: #424242. Windows color (decimal): -12832084 or 11285052. OLE color: 11285052.

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

Color convert

RGB 60 50 172 -
CMYK 0.65 0.71 0 0.33
HSL 244.92º 0.55% 0.44% -
HSV(B) 244.92º 0.71% 0.67% -
XYZ 10.45 6.22 39.68 -
YUV 66.9 187.31 123.08 -
System Red Green Blue C M Y K H S L
Decimal 60 50 172 0.65 0.71 0 0.33 244.92 0.55 0.44
Hex 3C 32 AC 41 47 0 21 F5 37 2C
Octal 74 62 254 101 107 0 41 365 67 54
Binary 111100 110010 10101100 1000001 1000111 0 100001 11110101 110111 101100

Color Harmonies of #3C32AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3C32AC

Black with #3C32AC

Text Example


Text Example

White with #3C32AC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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