Html Css Color HEX #3C1AAA Blue Gem

📋 copy color: '#3C1AAA'

red 60 ◦ green 26 ◦ blue 170

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

Shades of Blue Gem #3C1AAA

Tints of Blue Gem #3C1AAA

RGB

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

 GREEN value IS 26 (10.55% from 255) = 10.16%

 BLUE value IS 170 (66.8% from 255) = 66.41%

R = 23.44%
G = 10.16%
B = 66.41%

CMYK

 C value IS 0.65

 M value IS 0.85

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#3C1AAA (or 0x3C1AAA) is known color: Blue Gem. HEX triplet: 3C, 1A and AA. RGB value is (60,26,170). Sum of RGB (Red+Green+Blue) = 60+26+170=256 (33% of max value = 765). Red value is 60 (23.83% from 255 or 23.44% from 256); Green value is 26 (10.55% from 255 or 10.16% from 256); Blue value is 170 (66.80% from 255 or 66.41% from 256); Max value from RGB is 170 - color contains mainly: blue. Hex color #3C1AAA is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3C1AAA is #C3E555. Grayscale: #343434. Windows color (decimal): -12838230 or 11147836. OLE color: 11147836.

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

Color convert

RGB 60 26 170 -
CMYK 0.65 0.85 0 0.33
HSL 254.17º 0.73% 0.38% -
HSV(B) 254.17º 0.85% 0.67% -
XYZ 9.49 4.6 38.42 -
YUV 52.58 194.26 133.29 -
System Red Green Blue C M Y K H S L
Decimal 60 26 170 0.65 0.85 0 0.33 254.17 0.73 0.38
Hex 3C 1A AA 41 55 0 21 FE 49 26
Octal 74 32 252 101 125 0 41 376 111 46
Binary 111100 11010 10101010 1000001 1010101 0 100001 11111110 1001001 100110

Color Harmonies of #3C1AAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3C1AAA

Black with #3C1AAA

Text Example


Text Example

White with #3C1AAA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(60,26,170); }

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

background-color css

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

 a { background-color: rgb(60,26,170); }

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

border-color css

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

 span { border-color: rgb(60,26,170); }

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