#3C4EDC

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

Shades of Free Speech Blue #3C4EDC

Tints of Free Speech Blue #3C4EDC

Color information

#3C4EDC (or 0x3C4EDC) is unknown color: approx Free Speech Blue. HEX triplet: 3C, 4E and DC. RGB value is (60,78,220). Sum of RGB (Red+Green+Blue) = 60+78+220=358 (47% of max value = 765). Red value is 60 (23.83% from 255 or 16.76% from 358); Green value is 78 (30.86% from 255 or 21.79% from 358); Blue value is 220 (86.33% from 255 or 61.45% from 358); Max value from RGB is 220 - color contains mainly: blue. Hex color #3C4EDC is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3C4EDC is #C3B123. Grayscale: #585858. Windows color (decimal): -12824868 or 14437948. OLE color: 14437948.

HSL color Cylindrical-coordinate representation of color #3C4EDC: hue angle of 233.25º degrees, saturation: 0.7, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #3C4EDC is Cyan = 0.73, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB6078220-
CMYK0.730.6500.14
HSL233.25º69.57%54.9%-
HSV(B)233.25º72.73%86.27%-
XYZ17.5111.5869.02-
YUV88.81202.04107.45-

RGB Variations

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

RGB

RED value IS 60 (23.83% from 255) = 16.76%
GREEN value IS 78 (30.86% from 255) = 21.79%
BLUE value IS 220 (86.33% from 255) = 61.45%
R=16.76%
G=21.79%
B=61.45%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal60782200.730.6500.14233.2569.5754.9
Hex3C4EDC49410Ee94637
Octal7411633411110101635110667
Binary1111001001110110111001001001100000101110111010011000110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3C4EDC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(60,78,220); }

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

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

 a { background-color: rgb(60,78,220); }

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

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

 span { border-color: rgb(60,78,220); }

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