#3B4AAE

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

Shades of Free Speech Blue #3B4AAE

Tints of Free Speech Blue #3B4AAE

Color information

#3B4AAE (or 0x3B4AAE) is unknown color: approx Free Speech Blue. HEX triplet: 3B, 4A and AE. RGB value is (59,74,174). Sum of RGB (Red+Green+Blue) = 59+74+174=307 (40% of max value = 765). Red value is 59 (23.44% from 255 or 19.22% from 307); Green value is 74 (29.30% from 255 or 24.10% from 307); Blue value is 174 (68.36% from 255 or 56.68% from 307); Max value from RGB is 174 - color contains mainly: blue. Hex color #3B4AAE is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3B4AAE is #C4B551. Grayscale: #505050. Windows color (decimal): -12891474 or 11422267. OLE color: 11422267.

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

Color convert

RGB5974174-
CMYK0.660.5700.32
HSL232.17º49.36%45.69%-
HSV(B)232.17º66.09%68.24%-
XYZ11.898.8841.13-
YUV80.91180.53112.37-

RGB Variations

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

RGB

RED value IS 59 (23.44% from 255) = 19.22%
GREEN value IS 74 (29.30% from 255) = 24.10%
BLUE value IS 174 (68.36% from 255) = 56.68%
R=19.22%
G=24.10%
B=56.68%

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
Decimal59741740.660.5700.32232.1749.3645.69
Hex3B4AAE4239020e8312e
Octal73112256102710403506156
Binary1110111001010101011101000010111001010000011101000110001101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3B4AAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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