Html Css Color HEX #3C31AE Blue Gem

📋 copy color: '#3C31AE'

red 60 ◦ green 49 ◦ blue 174

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

Shades of Blue Gem #3C31AE

Tints of Blue Gem #3C31AE

RGB

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

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

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

R = 21.2%
G = 17.31%
B = 61.48%

CMYK

 C value IS 0.66

 M value IS 0.72

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#3C31AE (or 0x3C31AE) is known color: Blue Gem. HEX triplet: 3C, 31 and AE. RGB value is (60,49,174). Sum of RGB (Red+Green+Blue) = 60+49+174=283 (37% of max value = 765). Red value is 60 (23.83% from 255 or 21.20% from 283); Green value is 49 (19.53% from 255 or 17.31% from 283); Blue value is 174 (68.36% from 255 or 61.48% from 283); Max value from RGB is 174 - color contains mainly: blue. Hex color #3C31AE is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3C31AE is #C3CE51. Grayscale: #424242. Windows color (decimal): -12832338 or 11415868. OLE color: 11415868.

HSL color Cylindrical-coordinate representation of color #3C31AE: hue angle of 245.28º 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 #3C31AE is Cyan = 0.66, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 60 49 174 -
CMYK 0.66 0.72 0 0.32
HSL 245.28º 0.56% 0.44% -
HSV(B) 245.28º 0.72% 0.68% -
XYZ 10.6 6.21 40.68 -
YUV 66.54 188.64 123.34 -
System Red Green Blue C M Y K H S L
Decimal 60 49 174 0.66 0.72 0 0.32 245.28 0.56 0.44
Hex 3C 31 AE 42 48 0 20 F5 38 2C
Octal 74 61 256 102 110 0 40 365 70 54
Binary 111100 110001 10101110 1000010 1001000 0 100000 11110101 111000 101100

Color Harmonies of #3C31AE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3C31AE

Black with #3C31AE

Text Example


Text Example

White with #3C31AE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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