#3B4AAD

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

Shades of Free Speech Blue #3B4AAD

Tints of Free Speech Blue #3B4AAD

Color information

#3B4AAD (or 0x3B4AAD) is unknown color: approx Free Speech Blue. HEX triplet: 3B, 4A and AD. RGB value is (59,74,173). Sum of RGB (Red+Green+Blue) = 59+74+173=306 (40% of max value = 765). Red value is 59 (23.44% from 255 or 19.28% from 306); Green value is 74 (29.30% from 255 or 24.18% from 306); Blue value is 173 (67.97% from 255 or 56.54% from 306); Max value from RGB is 173 - color contains mainly: blue. Hex color #3B4AAD is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3B4AAD is #C4B552. Grayscale: #505050. Windows color (decimal): -12891475 or 11356731. OLE color: 11356731.

HSL color Cylindrical-coordinate representation of color #3B4AAD: hue angle of 232.11º degrees, saturation: 0.49, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #3B4AAD is Cyan = 0.66, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB5974173-
CMYK0.660.5700.32
HSL232.11º49.14%45.49%-
HSV(B)232.11º65.9%67.84%-
XYZ11.88.8440.62-
YUV80.8180.03112.45-

RGB Variations

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

RGB

RED value IS 59 (23.44% from 255) = 19.28%
GREEN value IS 74 (29.30% from 255) = 24.18%
BLUE value IS 173 (67.97% from 255) = 56.54%
R=19.28%
G=24.18%
B=56.54%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal59741730.660.5700.32232.1149.1445.49
Hex3B4AAD4239020e8312d
Octal73112255102710403506155
Binary1110111001010101011011000010111001010000011101000110001101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3B4AAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(59,74,173); }

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

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

 a { background-color: rgb(59,74,173); }

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

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

 span { border-color: rgb(59,74,173); }

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