Html Css Color HEX #3C1DAC Blue Gem

📋 copy color: '#3C1DAC'

red 60 ◦ green 29 ◦ blue 172

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

Shades of Blue Gem #3C1DAC

Tints of Blue Gem #3C1DAC

RGB

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

 GREEN value IS 29 (11.72% from 255) = 11.11%

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

R = 22.99%
G = 11.11%
B = 65.9%

CMYK

 C value IS 0.65

 M value IS 0.83

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#3C1DAC (or 0x3C1DAC) is known color: Blue Gem. HEX triplet: 3C, 1D and AC. RGB value is (60,29,172). Sum of RGB (Red+Green+Blue) = 60+29+172=261 (34% of max value = 765). Red value is 60 (23.83% from 255 or 22.99% from 261); Green value is 29 (11.72% from 255 or 11.11% from 261); Blue value is 172 (67.58% from 255 or 65.90% from 261); Max value from RGB is 172 - color contains mainly: blue. Hex color #3C1DAC is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3C1DAC is #C3E253. Grayscale: #363636. Windows color (decimal): -12837460 or 11279676. OLE color: 11279676.

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

Color convert

RGB 60 29 172 -
CMYK 0.65 0.83 0 0.33
HSL 253.01º 0.71% 0.39% -
HSV(B) 253.01º 0.83% 0.67% -
XYZ 9.75 4.82 39.45 -
YUV 54.57 194.27 131.87 -
System Red Green Blue C M Y K H S L
Decimal 60 29 172 0.65 0.83 0 0.33 253.01 0.71 0.39
Hex 3C 1D AC 41 53 0 21 FD 47 27
Octal 74 35 254 101 123 0 41 375 107 47
Binary 111100 11101 10101100 1000001 1010011 0 100001 11111101 1000111 100111

Color Harmonies of #3C1DAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3C1DAC

Black with #3C1DAC

Text Example


Text Example

White with #3C1DAC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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