Html Css Color HEX #3C16AC Blue Gem

📋 copy color: '#3C16AC'

red 60 ◦ green 22 ◦ blue 172

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

Shades of Blue Gem #3C16AC

Tints of Blue Gem #3C16AC

RGB

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

 GREEN value IS 22 (8.98% from 255) = 8.66%

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

R = 23.62%
G = 8.66%
B = 67.72%

CMYK

 C value IS 0.65

 M value IS 0.87

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#3C16AC (or 0x3C16AC) is known color: Blue Gem. HEX triplet: 3C, 16 and AC. RGB value is (60,22,172). Sum of RGB (Red+Green+Blue) = 60+22+172=254 (33% of max value = 765). Red value is 60 (23.83% from 255 or 23.62% from 254); Green value is 22 (8.98% from 255 or 8.66% from 254); Blue value is 172 (67.58% from 255 or 67.72% from 254); Max value from RGB is 172 - color contains mainly: blue. Hex color #3C16AC is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #3C16AC is #C3E953. Grayscale: #313131. Windows color (decimal): -12839252 or 11277884. OLE color: 11277884.

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

Color convert

RGB 60 22 172 -
CMYK 0.65 0.87 0 0.33
HSL 255.2º 0.77% 0.38% -
HSV(B) 255.2º 0.87% 0.67% -
XYZ 9.6 4.51 39.4 -
YUV 50.46 196.59 134.8 -
System Red Green Blue C M Y K H S L
Decimal 60 22 172 0.65 0.87 0 0.33 255.2 0.77 0.38
Hex 3C 16 AC 41 57 0 21 FF 4D 26
Octal 74 26 254 101 127 0 41 377 115 46
Binary 111100 10110 10101100 1000001 1010111 0 100001 11111111 1001101 100110

Color Harmonies of #3C16AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3C16AC

Black with #3C16AC

Text Example


Text Example

White with #3C16AC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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