#3B49AF

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

Shades of Free Speech Blue #3B49AF

Tints of Free Speech Blue #3B49AF

Color information

#3B49AF (or 0x3B49AF) is unknown color: approx Free Speech Blue. HEX triplet: 3B, 49 and AF. RGB value is (59,73,175). Sum of RGB (Red+Green+Blue) = 59+73+175=307 (40% of max value = 765). Red value is 59 (23.44% from 255 or 19.22% from 307); Green value is 73 (28.91% from 255 or 23.78% from 307); Blue value is 175 (68.75% from 255 or 57.00% from 307); Max value from RGB is 175 - color contains mainly: blue. Hex color #3B49AF is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3B49AF is #C4B650. Grayscale: #505050. Windows color (decimal): -12891729 or 11487547. OLE color: 11487547.

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

Color convert

RGB5973175-
CMYK0.660.5800.31
HSL232.76º49.57%45.88%-
HSV(B)232.76º66.29%68.63%-
XYZ11.928.7941.63-
YUV80.44181.36112.71-

RGB Variations

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

RGB

RED value IS 59 (23.44% from 255) = 19.22%
GREEN value IS 73 (28.91% from 255) = 23.78%
BLUE value IS 175 (68.75% from 255) = 57.00%
R=19.22%
G=23.78%
B=57.00%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal59731750.660.5800.31232.7649.5745.88
Hex3B49AF423A01Fe9322e
Octal73111257102720373516256
Binary111011100100110101111100001011101001111111101001110010101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3B49AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(59,73,175); }

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

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

 a { background-color: rgb(59,73,175); }

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

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

 span { border-color: rgb(59,73,175); }

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