#3A40AD

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

Shades of Free Speech Blue #3A40AD

Tints of Free Speech Blue #3A40AD

Color information

#3A40AD (or 0x3A40AD) is unknown color: approx Free Speech Blue. HEX triplet: 3A, 40 and AD. RGB value is (58,64,173). Sum of RGB (Red+Green+Blue) = 58+64+173=295 (39% of max value = 765). Red value is 58 (23.05% from 255 or 19.66% from 295); Green value is 64 (25.39% from 255 or 21.69% from 295); Blue value is 173 (67.97% from 255 or 58.64% from 295); Max value from RGB is 173 - color contains mainly: blue. Hex color #3A40AD is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3A40AD is #C5BF52. Grayscale: #4A4A4A. Windows color (decimal): -12959571 or 11354170. OLE color: 11354170.

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

Color convert

RGB5864173-
CMYK0.660.6300.32
HSL236.87º49.78%45.29%-
HSV(B)236.87º66.47%67.84%-
XYZ11.127.5840.41-
YUV74.63183.51116.14-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 19.66%
GREEN value IS 64 (25.39% from 255) = 21.69%
BLUE value IS 173 (67.97% from 255) = 58.64%
R=19.66%
G=21.69%
B=58.64%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0.63
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal58641730.660.6300.32236.8749.7845.29
Hex3A40AD423F020ed322d
Octal72100255102770403556255
Binary1110101000000101011011000010111111010000011101101110010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3A40AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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