#3a42b5

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

Shades of Free Speech Blue #3A42B5

Tints of Free Speech Blue #3A42B5

Color information

#3A42B5 (or 0x3A42B5) is unknown color: approx Free Speech Blue. HEX triplet: 3A, 42 and B5. RGB value is (58,66,181). Sum of RGB (Red+Green+Blue) = 58+66+181=305 (40% of max value = 765). Red value is 58 (23.05% from 255 or 19.02% from 305); Green value is 66 (26.17% from 255 or 21.64% from 305); Blue value is 181 (71.09% from 255 or 59.34% from 305); Max value from RGB is 181 - color contains mainly: blue. Hex color #3A42B5 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3A42B5 is #C5BD4A. Grayscale: #4C4C4C. Windows color (decimal): -12959051 or 11878970. OLE color: 11878970.

HSL color Cylindrical-coordinate representation of color #3A42B5: hue angle of 236.1º degrees, saturation: 0.51, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #3A42B5 is Cyan = 0.68, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB5866181-
CMYK0.680.6400.29
HSL236.1º51.46%46.86%-
HSV(B)236.1º67.96%70.98%-
XYZ12.038.1344.65-
YUV76.72186.85114.65-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 19.02%
GREEN value IS 66 (26.17% from 255) = 21.64%
BLUE value IS 181 (71.09% from 255) = 59.34%
R=19.02%
G=21.64%
B=59.34%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0.64
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal58661810.680.6400.29236.151.4646.86
Hex3A42B5444001Dec332f
Octal721022651041000353546357
Binary1110101000010101101011000100100000001110111101100110011101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3a42b5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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