#3C40AD

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

Shades of Free Speech Blue #3C40AD

Tints of Free Speech Blue #3C40AD

Color information

#3C40AD (or 0x3C40AD) is unknown color: approx Free Speech Blue. HEX triplet: 3C, 40 and AD. RGB value is (60,64,173). Sum of RGB (Red+Green+Blue) = 60+64+173=297 (39% of max value = 765). Red value is 60 (23.83% from 255 or 20.20% from 297); Green value is 64 (25.39% from 255 or 21.55% from 297); Blue value is 173 (67.97% from 255 or 58.25% from 297); Max value from RGB is 173 - color contains mainly: blue. Hex color #3C40AD is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3C40AD is #C3BF52. Grayscale: #4A4A4A. Windows color (decimal): -12828499 or 11354172. OLE color: 11354172.

HSL color Cylindrical-coordinate representation of color #3C40AD: hue angle of 237.88º degrees, saturation: 0.48, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #3C40AD is Cyan = 0.65, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB6064173-
CMYK0.650.6300.32
HSL237.88º48.5%45.69%-
HSV(B)237.88º65.32%67.84%-
XYZ11.247.6440.42-
YUV75.23183.17117.14-

RGB Variations

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

RGB

RED value IS 60 (23.83% from 255) = 20.20%
GREEN value IS 64 (25.39% from 255) = 21.55%
BLUE value IS 173 (67.97% from 255) = 58.25%
R=20.20%
G=21.55%
B=58.25%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.63
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal60641730.650.6300.32237.8848.545.69
Hex3C40AD413F020ee302e
Octal74100255101770403566056
Binary1111001000000101011011000001111111010000011101110110000101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3C40AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(60,64,173); }

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

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

 a { background-color: rgb(60,64,173); }

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

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

 span { border-color: rgb(60,64,173); }

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