#3A53D5

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

Shades of Free Speech Blue #3A53D5

Tints of Free Speech Blue #3A53D5

Color information

#3A53D5 (or 0x3A53D5) is unknown color: approx Free Speech Blue. HEX triplet: 3A, 53 and D5. RGB value is (58,83,213). Sum of RGB (Red+Green+Blue) = 58+83+213=354 (46% of max value = 765). Red value is 58 (23.05% from 255 or 16.38% from 354); Green value is 83 (32.81% from 255 or 23.45% from 354); Blue value is 213 (83.59% from 255 or 60.17% from 354); Max value from RGB is 213 - color contains mainly: blue. Hex color #3A53D5 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3A53D5 is #C5AC2A. Grayscale: #595959. Windows color (decimal): -12954667 or 13980474. OLE color: 13980474.

HSL color Cylindrical-coordinate representation of color #3A53D5: hue angle of 230.32º 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 #3A53D5 is Cyan = 0.73, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB5883213-
CMYK0.730.6100.16
HSL230.32º64.85%53.14%-
HSV(B)230.32º72.77%83.53%-
XYZ16.8511.8964.36-
YUV90.34197.22104.93-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 16.38%
GREEN value IS 83 (32.81% from 255) = 23.45%
BLUE value IS 213 (83.59% from 255) = 60.17%
R=16.38%
G=23.45%
B=60.17%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal58832130.730.6100.16230.3264.8553.14
Hex3A53D5493D010e64135
Octal721233251117502034610165
Binary1110101010011110101011001001111101010000111001101000001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3A53D5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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