Html Css Color HEX #3C31AA Blue Gem

📋 copy color: '#3C31AA'

red 60 ◦ green 49 ◦ blue 170

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

Shades of Blue Gem #3C31AA

Tints of Blue Gem #3C31AA

RGB

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

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

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

R = 21.51%
G = 17.56%
B = 60.93%

CMYK

 C value IS 0.65

 M value IS 0.71

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#3C31AA (or 0x3C31AA) is known color: Blue Gem. HEX triplet: 3C, 31 and AA. RGB value is (60,49,170). Sum of RGB (Red+Green+Blue) = 60+49+170=279 (36% of max value = 765). Red value is 60 (23.83% from 255 or 21.51% from 279); Green value is 49 (19.53% from 255 or 17.56% from 279); Blue value is 170 (66.80% from 255 or 60.93% from 279); Max value from RGB is 170 - color contains mainly: blue. Hex color #3C31AA is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3C31AA is #C3CE55. Grayscale: #414141. Windows color (decimal): -12832342 or 11153724. OLE color: 11153724.

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

Color convert

RGB 60 49 170 -
CMYK 0.65 0.71 0 0.33
HSL 245.45º 0.55% 0.43% -
HSV(B) 245.45º 0.71% 0.67% -
XYZ 10.22 6.06 38.66 -
YUV 66.08 186.64 123.66 -
System Red Green Blue C M Y K H S L
Decimal 60 49 170 0.65 0.71 0 0.33 245.45 0.55 0.43
Hex 3C 31 AA 41 47 0 21 F5 37 2B
Octal 74 61 252 101 107 0 41 365 67 53
Binary 111100 110001 10101010 1000001 1000111 0 100001 11110101 110111 101011

Color Harmonies of #3C31AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3C31AA

Black with #3C31AA

Text Example


Text Example

White with #3C31AA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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