#3A49DD

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

Shades of Free Speech Blue #3A49DD

Tints of Free Speech Blue #3A49DD

Color information

#3A49DD (or 0x3A49DD) is unknown color: approx Free Speech Blue. HEX triplet: 3A, 49 and DD. RGB value is (58,73,221). Sum of RGB (Red+Green+Blue) = 58+73+221=352 (46% of max value = 765). Red value is 58 (23.05% from 255 or 16.48% from 352); Green value is 73 (28.91% from 255 or 20.74% from 352); Blue value is 221 (86.72% from 255 or 62.78% from 352); Max value from RGB is 221 - color contains mainly: blue. Hex color #3A49DD is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3A49DD is #C5B622. Grayscale: #545454. Windows color (decimal): -12957219 or 14502202. OLE color: 14502202.

HSL color Cylindrical-coordinate representation of color #3A49DD: hue angle of 234.48º 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 #3A49DD is Cyan = 0.74, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB5873221-
CMYK0.740.6700.13
HSL234.48º70.56%54.71%-
HSV(B)234.48º73.76%86.67%-
XYZ17.1810.8969.6-
YUV85.39204.53108.47-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 16.48%
GREEN value IS 73 (28.91% from 255) = 20.74%
BLUE value IS 221 (86.72% from 255) = 62.78%
R=16.48%
G=20.74%
B=62.78%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal58732210.740.6700.13234.4870.5654.71
Hex3A49DD4A430Dea4737
Octal7211133511210301535210767
Binary1110101001001110111011001010100001101101111010101000111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3A49DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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