#3A3CD5

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

Shades of Free Speech Blue #3A3CD5

Tints of Free Speech Blue #3A3CD5

Color information

#3A3CD5 (or 0x3A3CD5) is unknown color: approx Free Speech Blue. HEX triplet: 3A, 3C and D5. RGB value is (58,60,213). Sum of RGB (Red+Green+Blue) = 58+60+213=331 (43% of max value = 765). Red value is 58 (23.05% from 255 or 17.52% from 331); Green value is 60 (23.83% from 255 or 18.13% from 331); Blue value is 213 (83.59% from 255 or 64.35% from 331); Max value from RGB is 213 - color contains mainly: blue. Hex color #3A3CD5 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3A3CD5 is #C5C32A. Grayscale: #4C4C4C. Windows color (decimal): -12960555 or 13974586. OLE color: 13974586.

HSL color Cylindrical-coordinate representation of color #3A3CD5: hue angle of 239.23º degrees, saturation: 0.65, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #3A3CD5 is Cyan = 0.73, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB5860213-
CMYK0.730.7200.16
HSL239.23º64.85%53.14%-
HSV(B)239.23º72.77%83.53%-
XYZ15.378.9463.87-
YUV76.84204.84114.56-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 17.52%
GREEN value IS 60 (23.83% from 255) = 18.13%
BLUE value IS 213 (83.59% from 255) = 64.35%
R=17.52%
G=18.13%
B=64.35%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0.72
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal58602130.730.7200.16239.2364.8553.14
Hex3A3CD54948010ef4135
Octal727432511111002035710165
Binary1110101111001101010110010011001000010000111011111000001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3A3CD5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(58,60,213); }

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

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

 a { background-color: rgb(58,60,213); }

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

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

 span { border-color: rgb(58,60,213); }

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