#3A47AF

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

Shades of Free Speech Blue #3A47AF

Tints of Free Speech Blue #3A47AF

Color information

#3A47AF (or 0x3A47AF) is unknown color: approx Free Speech Blue. HEX triplet: 3A, 47 and AF. RGB value is (58,71,175). Sum of RGB (Red+Green+Blue) = 58+71+175=304 (40% of max value = 765). Red value is 58 (23.05% from 255 or 19.08% from 304); Green value is 71 (28.12% from 255 or 23.36% from 304); Blue value is 175 (68.75% from 255 or 57.57% from 304); Max value from RGB is 175 - color contains mainly: blue. Hex color #3A47AF is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3A47AF is #C5B850. Grayscale: #4E4E4E. Windows color (decimal): -12957777 or 11487034. OLE color: 11487034.

HSL color Cylindrical-coordinate representation of color #3A47AF: hue angle of 233.33º degrees, saturation: 0.5, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #3A47AF is Cyan = 0.67, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB5871175-
CMYK0.670.5900.31
HSL233.33º50.21%45.69%-
HSV(B)233.33º66.86%68.63%-
XYZ11.748.541.58-
YUV78.97182.19113.04-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 19.08%
GREEN value IS 71 (28.12% from 255) = 23.36%
BLUE value IS 175 (68.75% from 255) = 57.57%
R=19.08%
G=23.36%
B=57.57%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal58711750.670.5900.31233.3350.2145.69
Hex3A47AF433B01Fe9322e
Octal72107257103730373516256
Binary111010100011110101111100001111101101111111101001110010101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3A47AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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