#3B4CAE

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

Shades of Free Speech Blue #3B4CAE

Tints of Free Speech Blue #3B4CAE

Color information

#3B4CAE (or 0x3B4CAE) is unknown color: approx Free Speech Blue. HEX triplet: 3B, 4C and AE. RGB value is (59,76,174). Sum of RGB (Red+Green+Blue) = 59+76+174=309 (40% of max value = 765). Red value is 59 (23.44% from 255 or 19.09% from 309); Green value is 76 (30.08% from 255 or 24.60% from 309); Blue value is 174 (68.36% from 255 or 56.31% from 309); Max value from RGB is 174 - color contains mainly: blue. Hex color #3B4CAE is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3B4CAE is #C4B351. Grayscale: #515151. Windows color (decimal): -12890962 or 11422779. OLE color: 11422779.

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

Color convert

RGB5976174-
CMYK0.660.5600.32
HSL231.13º49.36%45.69%-
HSV(B)231.13º66.09%68.24%-
XYZ12.039.1541.18-
YUV82.09179.87111.53-

RGB Variations

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

RGB

RED value IS 59 (23.44% from 255) = 19.09%
GREEN value IS 76 (30.08% from 255) = 24.60%
BLUE value IS 174 (68.36% from 255) = 56.31%
R=19.09%
G=24.60%
B=56.31%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal59761740.660.5600.32231.1349.3645.69
Hex3B4CAE4238020e7312e
Octal73114256102700403476156
Binary1110111001100101011101000010111000010000011100111110001101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3B4CAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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