#3C4ADE

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

Shades of Free Speech Blue #3C4ADE

Tints of Free Speech Blue #3C4ADE

Color information

#3C4ADE (or 0x3C4ADE) is unknown color: approx Free Speech Blue. HEX triplet: 3C, 4A and DE. RGB value is (60,74,222). Sum of RGB (Red+Green+Blue) = 60+74+222=356 (47% of max value = 765). Red value is 60 (23.83% from 255 or 16.85% from 356); Green value is 74 (29.30% from 255 or 20.79% from 356); Blue value is 222 (87.11% from 255 or 62.36% from 356); Max value from RGB is 222 - color contains mainly: blue. Hex color #3C4ADE is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3C4ADE is #C3B521. Grayscale: #565656. Windows color (decimal): -12825890 or 14567996. OLE color: 14567996.

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

Color convert

RGB6074222-
CMYK0.730.6700.13
HSL234.81º71.05%55.29%-
HSV(B)234.81º72.97%87.06%-
XYZ17.511.1370.33-
YUV86.69204.36108.97-

RGB Variations

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

RGB

RED value IS 60 (23.83% from 255) = 16.85%
GREEN value IS 74 (29.30% from 255) = 20.79%
BLUE value IS 222 (87.11% from 255) = 62.36%
R=16.85%
G=20.79%
B=62.36%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal60742220.730.6700.13234.8171.0555.29
Hex3C4ADE49430Deb4737
Octal7411233611110301535310767
Binary1111001001010110111101001001100001101101111010111000111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3C4ADE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(60,74,222); }

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

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

 a { background-color: rgb(60,74,222); }

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

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

 span { border-color: rgb(60,74,222); }

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