#3C41BC

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

Shades of Free Speech Blue #3C41BC

Tints of Free Speech Blue #3C41BC

Color information

#3C41BC (or 0x3C41BC) is unknown color: approx Free Speech Blue. HEX triplet: 3C, 41 and BC. RGB value is (60,65,188). Sum of RGB (Red+Green+Blue) = 60+65+188=313 (41% of max value = 765). Red value is 60 (23.83% from 255 or 19.17% from 313); Green value is 65 (25.78% from 255 or 20.77% from 313); Blue value is 188 (73.83% from 255 or 60.06% from 313); Max value from RGB is 188 - color contains mainly: blue. Hex color #3C41BC is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3C41BC is #C3BE43. Grayscale: #4D4D4D. Windows color (decimal): -12828228 or 12337468. OLE color: 12337468.

HSL color Cylindrical-coordinate representation of color #3C41BC: hue angle of 237.66º degrees, saturation: 0.52, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #3C41BC is Cyan = 0.68, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB6065188-
CMYK0.680.6500.26
HSL237.66º51.61%48.63%-
HSV(B)237.66º68.09%73.73%-
XYZ12.838.3748.52-
YUV77.53190.34115.5-

RGB Variations

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

RGB

RED value IS 60 (23.83% from 255) = 19.17%
GREEN value IS 65 (25.78% from 255) = 20.77%
BLUE value IS 188 (73.83% from 255) = 60.06%
R=19.17%
G=20.77%
B=60.06%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal60651880.680.6500.26237.6651.6148.63
Hex3C41BC444101Aee3431
Octal741012741041010323566461
Binary1111001000001101111001000100100000101101011101110110100110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3C41BC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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