#3C41DD

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

Shades of Free Speech Blue #3C41DD

Tints of Free Speech Blue #3C41DD

Color information

#3C41DD (or 0x3C41DD) is unknown color: approx Free Speech Blue. HEX triplet: 3C, 41 and DD. RGB value is (60,65,221). Sum of RGB (Red+Green+Blue) = 60+65+221=346 (45% of max value = 765). Red value is 60 (23.83% from 255 or 17.34% from 346); Green value is 65 (25.78% from 255 or 18.79% from 346); Blue value is 221 (86.72% from 255 or 63.87% from 346); Max value from RGB is 221 - color contains mainly: blue. Hex color #3C41DD is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3C41DD is #C3BE22. Grayscale: #505050. Windows color (decimal): -12828195 or 14500156. OLE color: 14500156.

HSL color Cylindrical-coordinate representation of color #3C41DD: hue angle of 238.14º degrees, saturation: 0.7, 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 #3C41DD is Cyan = 0.73, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB6065221-
CMYK0.730.7100.13
HSL238.14º70.31%55.1%-
HSV(B)238.14º72.85%86.67%-
XYZ16.89.9669.44-
YUV81.29206.84112.82-

RGB Variations

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

RGB

RED value IS 60 (23.83% from 255) = 17.34%
GREEN value IS 65 (25.78% from 255) = 18.79%
BLUE value IS 221 (86.72% from 255) = 63.87%
R=17.34%
G=18.79%
B=63.87%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0.71
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal60652210.730.7100.13238.1470.3155.1
Hex3C41DD49470Dee4637
Octal7410133511110701535610667
Binary1111001000001110111011001001100011101101111011101000110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3C41DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(60,65,221); }

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

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

 a { background-color: rgb(60,65,221); }

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

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

 span { border-color: rgb(60,65,221); }

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