#3B3FAE

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

Shades of Free Speech Blue #3B3FAE

Tints of Free Speech Blue #3B3FAE

Color information

#3B3FAE (or 0x3B3FAE) is unknown color: approx Free Speech Blue. HEX triplet: 3B, 3F and AE. RGB value is (59,63,174). Sum of RGB (Red+Green+Blue) = 59+63+174=296 (39% of max value = 765). Red value is 59 (23.44% from 255 or 19.93% from 296); Green value is 63 (25% from 255 or 21.28% from 296); Blue value is 174 (68.36% from 255 or 58.78% from 296); Max value from RGB is 174 - color contains mainly: blue. Hex color #3B3FAE is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3B3FAE is #C4C051. Grayscale: #4A4A4A. Windows color (decimal): -12894290 or 11419451. OLE color: 11419451.

HSL color Cylindrical-coordinate representation of color #3B3FAE: hue angle of 237.91º 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 #3B3FAE is Cyan = 0.66, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB5963174-
CMYK0.660.6400.32
HSL237.91º49.36%45.69%-
HSV(B)237.91º66.09%68.24%-
XYZ11.227.5440.91-
YUV74.46184.17116.97-

RGB Variations

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

RGB

RED value IS 59 (23.44% from 255) = 19.93%
GREEN value IS 63 (25% from 255) = 21.28%
BLUE value IS 174 (68.36% from 255) = 58.78%
R=19.93%
G=21.28%
B=58.78%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0.64
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal59631740.660.6400.32237.9149.3645.69
Hex3B3FAE4240020ee312e
Octal73772561021000403566156
Binary1110111111111010111010000101000000010000011101110110001101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3B3FAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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