Html Css Color HEX #3C31AC Blue Gem

📋 copy color: '#3C31AC'

red 60 ◦ green 49 ◦ blue 172

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

Shades of Blue Gem #3C31AC

Tints of Blue Gem #3C31AC

RGB

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

 GREEN value IS 49 (19.53% from 255) = 17.44%

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

R = 21.35%
G = 17.44%
B = 61.21%

CMYK

 C value IS 0.65

 M value IS 0.72

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#3C31AC (or 0x3C31AC) is known color: Blue Gem. HEX triplet: 3C, 31 and AC. RGB value is (60,49,172). Sum of RGB (Red+Green+Blue) = 60+49+172=281 (37% of max value = 765). Red value is 60 (23.83% from 255 or 21.35% from 281); Green value is 49 (19.53% from 255 or 17.44% from 281); Blue value is 172 (67.58% from 255 or 61.21% from 281); Max value from RGB is 172 - color contains mainly: blue. Hex color #3C31AC is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3C31AC is #C3CE53. Grayscale: #414141. Windows color (decimal): -12832340 or 11284796. OLE color: 11284796.

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

Color convert

RGB 60 49 172 -
CMYK 0.65 0.72 0 0.33
HSL 245.37º 0.56% 0.43% -
HSV(B) 245.37º 0.72% 0.67% -
XYZ 10.41 6.14 39.67 -
YUV 66.31 187.64 123.5 -
System Red Green Blue C M Y K H S L
Decimal 60 49 172 0.65 0.72 0 0.33 245.37 0.56 0.43
Hex 3C 31 AC 41 48 0 21 F5 38 2B
Octal 74 61 254 101 110 0 41 365 70 53
Binary 111100 110001 10101100 1000001 1001000 0 100001 11110101 111000 101011

Color Harmonies of #3C31AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3C31AC

Black with #3C31AC

Text Example


Text Example

White with #3C31AC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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