Html Css Color HEX #3C17AA Blue Gem

📋 copy color: '#3C17AA'

red 60 ◦ green 23 ◦ blue 170

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

Shades of Blue Gem #3C17AA

Tints of Blue Gem #3C17AA

RGB

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

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

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

R = 23.72%
G = 9.09%
B = 67.19%

CMYK

 C value IS 0.65

 M value IS 0.86

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#3C17AA (or 0x3C17AA) is known color: Blue Gem. HEX triplet: 3C, 17 and AA. RGB value is (60,23,170). Sum of RGB (Red+Green+Blue) = 60+23+170=253 (33% of max value = 765). Red value is 60 (23.83% from 255 or 23.72% from 253); Green value is 23 (9.38% from 255 or 9.09% from 253); Blue value is 170 (66.80% from 255 or 67.19% from 253); Max value from RGB is 170 - color contains mainly: blue. Hex color #3C17AA is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #3C17AA is #C3E855. Grayscale: #323232. Windows color (decimal): -12838998 or 11147068. OLE color: 11147068.

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

Color convert

RGB 60 23 170 -
CMYK 0.65 0.86 0 0.33
HSL 255.1º 0.76% 0.38% -
HSV(B) 255.1º 0.86% 0.67% -
XYZ 9.43 4.48 38.4 -
YUV 50.82 195.26 134.55 -
System Red Green Blue C M Y K H S L
Decimal 60 23 170 0.65 0.86 0 0.33 255.1 0.76 0.38
Hex 3C 17 AA 41 56 0 21 FF 4C 26
Octal 74 27 252 101 126 0 41 377 114 46
Binary 111100 10111 10101010 1000001 1010110 0 100001 11111111 1001100 100110

Color Harmonies of #3C17AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3C17AA

Black with #3C17AA

Text Example


Text Example

White with #3C17AA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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