#3c31d3

Color #3C31D3 Free Speech Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Free Speech Blue #3C31D3

Tints of Free Speech Blue #3C31D3

Color information

#3C31D3 (or 0x3C31D3) is unknown color: approx Free Speech Blue. HEX triplet: 3C, 31 and D3. RGB value is (60,49,211). Sum of RGB (Red+Green+Blue) = 60+49+211=320 (42% of max value = 765). Red value is 60 (23.83% from 255 or 18.75% from 320); Green value is 49 (19.53% from 255 or 15.31% from 320); Blue value is 211 (82.81% from 255 or 65.94% from 320); Max value from RGB is 211 - color contains mainly: blue. Hex color #3C31D3 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3C31D3 is #C3CE2C. Grayscale: #464646. Windows color (decimal): -12832301 or 13840700. OLE color: 13840700.

HSL color Cylindrical-coordinate representation of color #3C31D3: hue angle of 244.07º degrees, saturation: 0.65, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #3C31D3 is Cyan = 0.72, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB6049211-
CMYK0.720.7700.17
HSL244.07º64.8%50.98%-
HSV(B)244.07º76.78%82.75%-
XYZ14.727.8662.37-
YUV70.76207.14120.33-

RGB Variations

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

RGB

RED value IS 60 (23.83% from 255) = 18.75%
GREEN value IS 49 (19.53% from 255) = 15.31%
BLUE value IS 211 (82.81% from 255) = 65.94%
R=18.75%
G=15.31%
B=65.94%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0.77
Y (Yellow) values IS 0
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal60492110.720.7700.17244.0764.850.98
Hex3C31D3484D011f44133
Octal746132311011502136410163
Binary1111001100011101001110010001001101010001111101001000001110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3c31d3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #3c31d3;
 }
 .AnyTagClassName
 {
   color: #3c31d3;
 }
</style>
background-color css

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

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

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

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

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

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