Html Css Color HEX #3C17AD Blue Gem

📋 copy color: '#3C17AD'

red 60 ◦ green 23 ◦ blue 173

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

Shades of Blue Gem #3C17AD

Tints of Blue Gem #3C17AD

RGB

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

 GREEN value IS 23 (9.38% from 255) = 8.98%

 BLUE value IS 173 (67.97% from 255) = 67.58%

R = 23.44%
G = 8.98%
B = 67.58%

CMYK

 C value IS 0.65

 M value IS 0.87

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#3C17AD (or 0x3C17AD) is known color: Blue Gem. HEX triplet: 3C, 17 and AD. RGB value is (60,23,173). Sum of RGB (Red+Green+Blue) = 60+23+173=256 (33% of max value = 765). Red value is 60 (23.83% from 255 or 23.44% from 256); Green value is 23 (9.38% from 255 or 8.98% from 256); Blue value is 173 (67.97% from 255 or 67.58% from 256); Max value from RGB is 173 - color contains mainly: blue. Hex color #3C17AD is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #3C17AD is #C3E852. Grayscale: #323232. Windows color (decimal): -12838995 or 11343676. OLE color: 11343676.

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

Color convert

RGB 60 23 173 -
CMYK 0.65 0.87 0 0.32
HSL 254.8º 0.77% 0.38% -
HSV(B) 254.8º 0.87% 0.68% -
XYZ 9.71 4.59 39.91 -
YUV 51.16 196.76 134.3 -
System Red Green Blue C M Y K H S L
Decimal 60 23 173 0.65 0.87 0 0.32 254.8 0.77 0.38
Hex 3C 17 AD 41 57 0 20 FF 4D 26
Octal 74 27 255 101 127 0 40 377 115 46
Binary 111100 10111 10101101 1000001 1010111 0 100000 11111111 1001101 100110

Color Harmonies of #3C17AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3C17AD

Black with #3C17AD

Text Example


Text Example

White with #3C17AD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(60,23,173); }

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

background-color css

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

 a { background-color: rgb(60,23,173); }

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

border-color css

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

 span { border-color: rgb(60,23,173); }

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