#3C3AD8

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

Shades of Free Speech Blue #3C3AD8

Tints of Free Speech Blue #3C3AD8

Color information

#3C3AD8 (or 0x3C3AD8) is unknown color: approx Free Speech Blue. HEX triplet: 3C, 3A and D8. RGB value is (60,58,216). Sum of RGB (Red+Green+Blue) = 60+58+216=334 (44% of max value = 765). Red value is 60 (23.83% from 255 or 17.96% from 334); Green value is 58 (23.05% from 255 or 17.37% from 334); Blue value is 216 (84.77% from 255 or 64.67% from 334); Max value from RGB is 216 - color contains mainly: blue. Hex color #3C3AD8 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3C3AD8 is #C3C527. Grayscale: #4B4B4B. Windows color (decimal): -12829992 or 14170684. OLE color: 14170684.

HSL color Cylindrical-coordinate representation of color #3C3AD8: hue angle of 240.76º degrees, saturation: 0.67, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #3C3AD8 is Cyan = 0.72, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB6058216-
CMYK0.720.7300.15
HSL240.76º66.95%53.73%-
HSV(B)240.76º73.15%84.71%-
XYZ15.778.9465.86-
YUV76.61206.66116.15-

RGB Variations

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

RGB

RED value IS 60 (23.83% from 255) = 17.96%
GREEN value IS 58 (23.05% from 255) = 17.37%
BLUE value IS 216 (84.77% from 255) = 64.67%
R=17.96%
G=17.37%
B=64.67%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0.73
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal60582160.720.7300.15240.7666.9553.73
Hex3C3AD848490Ff14336
Octal747233011011101736110366
Binary111100111010110110001001000100100101111111100011000011110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3C3AD8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(60,58,216); }

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

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

 a { background-color: rgb(60,58,216); }

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

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

 span { border-color: rgb(60,58,216); }

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