Html Css Color HEX #3C17AE Blue Gem

📋 copy color: '#3C17AE'

red 60 ◦ green 23 ◦ blue 174

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

Shades of Blue Gem #3C17AE

Tints of Blue Gem #3C17AE

RGB

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

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

 BLUE value IS 174 (68.36% from 255) = 67.7%

R = 23.35%
G = 8.95%
B = 67.7%

CMYK

 C value IS 0.66

 M value IS 0.87

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#3C17AE (or 0x3C17AE) is known color: Blue Gem. HEX triplet: 3C, 17 and AE. RGB value is (60,23,174). Sum of RGB (Red+Green+Blue) = 60+23+174=257 (34% of max value = 765). Red value is 60 (23.83% from 255 or 23.35% from 257); Green value is 23 (9.38% from 255 or 8.95% from 257); Blue value is 174 (68.36% from 255 or 67.70% from 257); Max value from RGB is 174 - color contains mainly: blue. Hex color #3C17AE is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #3C17AE is #C3E851. Grayscale: #323232. Windows color (decimal): -12838994 or 11409212. OLE color: 11409212.

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

Color convert

RGB 60 23 174 -
CMYK 0.66 0.87 0 0.32
HSL 254.7º 0.77% 0.39% -
HSV(B) 254.7º 0.87% 0.68% -
XYZ 9.81 4.63 40.42 -
YUV 51.28 197.26 134.22 -
System Red Green Blue C M Y K H S L
Decimal 60 23 174 0.66 0.87 0 0.32 254.7 0.77 0.39
Hex 3C 17 AE 42 57 0 20 FF 4D 27
Octal 74 27 256 102 127 0 40 377 115 47
Binary 111100 10111 10101110 1000010 1010111 0 100000 11111111 1001101 100111

Color Harmonies of #3C17AE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3C17AE

Black with #3C17AE

Text Example


Text Example

White with #3C17AE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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