#3D5AD5

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

Shades of Free Speech Blue #3D5AD5

Tints of Free Speech Blue #3D5AD5

Color information

#3D5AD5 (or 0x3D5AD5) is unknown color: approx Free Speech Blue. HEX triplet: 3D, 5A and D5. RGB value is (61,90,213). Sum of RGB (Red+Green+Blue) = 61+90+213=364 (48% of max value = 765). Red value is 61 (24.22% from 255 or 16.76% from 364); Green value is 90 (35.55% from 255 or 24.73% from 364); Blue value is 213 (83.59% from 255 or 58.52% from 364); Max value from RGB is 213 - color contains mainly: blue. Hex color #3D5AD5 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3D5AD5 is #C2A52A. Grayscale: #5E5E5E. Windows color (decimal): -12756267 or 13982269. OLE color: 13982269.

HSL color Cylindrical-coordinate representation of color #3D5AD5: hue angle of 228.55º degrees, saturation: 0.64, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #3D5AD5 is Cyan = 0.71, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB6190213-
CMYK0.710.5800.16
HSL228.55º64.41%53.73%-
HSV(B)228.55º71.36%83.53%-
XYZ17.5913.1164.55-
YUV95.35194.39103.5-

RGB Variations

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

RGB

RED value IS 61 (24.22% from 255) = 16.76%
GREEN value IS 90 (35.55% from 255) = 24.73%
BLUE value IS 213 (83.59% from 255) = 58.52%
R=16.76%
G=24.73%
B=58.52%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal61902130.710.5800.16228.5564.4153.73
Hex3D5AD5473A010e54036
Octal751323251077202034510066
Binary1111011011010110101011000111111010010000111001011000000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3D5AD5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(61,90,213); }

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

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

 a { background-color: rgb(61,90,213); }

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

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

 span { border-color: rgb(61,90,213); }

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