#3A42AE

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

Shades of Free Speech Blue #3A42AE

Tints of Free Speech Blue #3A42AE

Color information

#3A42AE (or 0x3A42AE) is unknown color: approx Free Speech Blue. HEX triplet: 3A, 42 and AE. RGB value is (58,66,174). Sum of RGB (Red+Green+Blue) = 58+66+174=298 (39% of max value = 765). Red value is 58 (23.05% from 255 or 19.46% from 298); Green value is 66 (26.17% from 255 or 22.15% from 298); Blue value is 174 (68.36% from 255 or 58.39% from 298); Max value from RGB is 174 - color contains mainly: blue. Hex color #3A42AE is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3A42AE is #C5BD51. Grayscale: #4B4B4B. Windows color (decimal): -12959058 or 11420218. OLE color: 11420218.

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

Color convert

RGB5866174-
CMYK0.670.6200.32
HSL235.86º50%45.49%-
HSV(B)235.86º66.67%68.24%-
XYZ11.337.8540.96-
YUV75.92183.35115.22-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 19.46%
GREEN value IS 66 (26.17% from 255) = 22.15%
BLUE value IS 174 (68.36% from 255) = 58.39%
R=19.46%
G=22.15%
B=58.39%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal58661740.670.6200.32235.865045.49
Hex3A42AE433E020ec322d
Octal72102256103760403546255
Binary1110101000010101011101000011111110010000011101100110010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3A42AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(58,66,174); }

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

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

 a { background-color: rgb(58,66,174); }

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

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

 span { border-color: rgb(58,66,174); }

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