Html Css Color HEX #3C31AD Blue Gem

📋 copy color: '#3C31AD'

red 60 ◦ green 49 ◦ blue 173

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

Shades of Blue Gem #3C31AD

Tints of Blue Gem #3C31AD

RGB

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

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

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

R = 21.28%
G = 17.38%
B = 61.35%

CMYK

 C value IS 0.65

 M value IS 0.72

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#3C31AD (or 0x3C31AD) is known color: Blue Gem. HEX triplet: 3C, 31 and AD. RGB value is (60,49,173). Sum of RGB (Red+Green+Blue) = 60+49+173=282 (37% of max value = 765). Red value is 60 (23.83% from 255 or 21.28% from 282); Green value is 49 (19.53% from 255 or 17.38% from 282); Blue value is 173 (67.97% from 255 or 61.35% from 282); Max value from RGB is 173 - color contains mainly: blue. Hex color #3C31AD is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3C31AD is #C3CE52. Grayscale: #414141. Windows color (decimal): -12832339 or 11350332. OLE color: 11350332.

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

Color convert

RGB 60 49 173 -
CMYK 0.65 0.72 0 0.32
HSL 245.32º 0.56% 0.44% -
HSV(B) 245.32º 0.72% 0.68% -
XYZ 10.5 6.17 40.17 -
YUV 66.43 188.14 123.42 -
System Red Green Blue C M Y K H S L
Decimal 60 49 173 0.65 0.72 0 0.32 245.32 0.56 0.44
Hex 3C 31 AD 41 48 0 20 F5 38 2C
Octal 74 61 255 101 110 0 40 365 70 54
Binary 111100 110001 10101101 1000001 1001000 0 100000 11110101 111000 101100

Color Harmonies of #3C31AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3C31AD

Black with #3C31AD

Text Example


Text Example

White with #3C31AD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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