#3C41D6

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

Shades of Free Speech Blue #3C41D6

Tints of Free Speech Blue #3C41D6

Color information

#3C41D6 (or 0x3C41D6) is unknown color: approx Free Speech Blue. HEX triplet: 3C, 41 and D6. RGB value is (60,65,214). Sum of RGB (Red+Green+Blue) = 60+65+214=339 (44% of max value = 765). Red value is 60 (23.83% from 255 or 17.70% from 339); Green value is 65 (25.78% from 255 or 19.17% from 339); Blue value is 214 (83.98% from 255 or 63.13% from 339); Max value from RGB is 214 - color contains mainly: blue. Hex color #3C41D6 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3C41D6 is #C3BE29. Grayscale: #4F4F4F. Windows color (decimal): -12828202 or 14041404. OLE color: 14041404.

HSL color Cylindrical-coordinate representation of color #3C41D6: hue angle of 238.05º degrees, saturation: 0.65, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #3C41D6 is Cyan = 0.72, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB6065214-
CMYK0.720.7000.16
HSL238.05º65.25%53.73%-
HSV(B)238.05º71.96%83.92%-
XYZ15.899.664.63-
YUV80.49203.34113.38-

RGB Variations

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

RGB

RED value IS 60 (23.83% from 255) = 17.70%
GREEN value IS 65 (25.78% from 255) = 19.17%
BLUE value IS 214 (83.98% from 255) = 63.13%
R=17.70%
G=19.17%
B=63.13%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0.70
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal60652140.720.7000.16238.0565.2553.73
Hex3C41D64846010ee4136
Octal7410132611010602035610166
Binary11110010000011101011010010001000110010000111011101000001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3C41D6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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