#3A47DA

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

Shades of Free Speech Blue #3A47DA

Tints of Free Speech Blue #3A47DA

Color information

#3A47DA (or 0x3A47DA) is unknown color: approx Free Speech Blue. HEX triplet: 3A, 47 and DA. RGB value is (58,71,218). Sum of RGB (Red+Green+Blue) = 58+71+218=347 (45% of max value = 765). Red value is 58 (23.05% from 255 or 16.71% from 347); Green value is 71 (28.12% from 255 or 20.46% from 347); Blue value is 218 (85.55% from 255 or 62.82% from 347); Max value from RGB is 218 - color contains mainly: blue. Hex color #3A47DA is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3A47DA is #C5B825. Grayscale: #535353. Windows color (decimal): -12957734 or 14305082. OLE color: 14305082.

HSL color Cylindrical-coordinate representation of color #3A47DA: hue angle of 235.12º degrees, saturation: 0.68, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #3A47DA is Cyan = 0.73, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB5871218-
CMYK0.730.6700.15
HSL235.12º68.38%54.12%-
HSV(B)235.12º73.39%85.49%-
XYZ16.6510.4767.47-
YUV83.87203.69109.55-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 16.71%
GREEN value IS 71 (28.12% from 255) = 20.46%
BLUE value IS 218 (85.55% from 255) = 62.82%
R=16.71%
G=20.46%
B=62.82%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal58712180.730.6700.15235.1268.3854.12
Hex3A47DA49430Feb4436
Octal7210733211110301735310466
Binary1110101000111110110101001001100001101111111010111000100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3A47DA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(58,71,218); }

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

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

 a { background-color: rgb(58,71,218); }

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

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

 span { border-color: rgb(58,71,218); }

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