#3A46DD

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

Shades of Free Speech Blue #3A46DD

Tints of Free Speech Blue #3A46DD

Color information

#3A46DD (or 0x3A46DD) is unknown color: approx Free Speech Blue. HEX triplet: 3A, 46 and DD. RGB value is (58,70,221). Sum of RGB (Red+Green+Blue) = 58+70+221=349 (46% of max value = 765). Red value is 58 (23.05% from 255 or 16.62% from 349); Green value is 70 (27.73% from 255 or 20.06% from 349); Blue value is 221 (86.72% from 255 or 63.32% from 349); Max value from RGB is 221 - color contains mainly: blue. Hex color #3A46DD is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3A46DD is #C5B922. Grayscale: #535353. Windows color (decimal): -12957987 or 14501434. OLE color: 14501434.

HSL color Cylindrical-coordinate representation of color #3A46DD: hue angle of 235.58º degrees, saturation: 0.71, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #3A46DD is Cyan = 0.74, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB5870221-
CMYK0.740.6800.13
HSL235.58º70.56%54.71%-
HSV(B)235.58º73.76%86.67%-
XYZ16.9910.569.54-
YUV83.63205.52109.72-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 16.62%
GREEN value IS 70 (27.73% from 255) = 20.06%
BLUE value IS 221 (86.72% from 255) = 63.32%
R=16.62%
G=20.06%
B=63.32%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0.68
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal58702210.740.6800.13235.5870.5654.71
Hex3A46DD4A440Dec4737
Octal7210633511210401535410767
Binary1110101000110110111011001010100010001101111011001000111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3A46DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(58,70,221); }

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

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

 a { background-color: rgb(58,70,221); }

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

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

 span { border-color: rgb(58,70,221); }

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