#3D5ABD

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

Shades of Free Speech Blue #3D5ABD

Tints of Free Speech Blue #3D5ABD

Color information

#3D5ABD (or 0x3D5ABD) is unknown color: approx Free Speech Blue. HEX triplet: 3D, 5A and BD. RGB value is (61,90,189). Sum of RGB (Red+Green+Blue) = 61+90+189=340 (45% of max value = 765). Red value is 61 (24.22% from 255 or 17.94% from 340); Green value is 90 (35.55% from 255 or 26.47% from 340); Blue value is 189 (74.22% from 255 or 55.59% from 340); Max value from RGB is 189 - color contains mainly: blue. Hex color #3D5ABD is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3D5ABD is #C2A542. Grayscale: #5C5C5C. Windows color (decimal): -12756291 or 12409405. OLE color: 12409405.

HSL color Cylindrical-coordinate representation of color #3D5ABD: hue angle of 226.41º degrees, saturation: 0.51, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #3D5ABD is Cyan = 0.68, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB6190189-
CMYK0.680.5200.26
HSL226.41º51.2%49.02%-
HSV(B)226.41º67.72%74.12%-
XYZ14.7711.9849.68-
YUV92.62182.39105.45-

RGB Variations

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

RGB

RED value IS 61 (24.22% from 255) = 17.94%
GREEN value IS 90 (35.55% from 255) = 26.47%
BLUE value IS 189 (74.22% from 255) = 55.59%
R=17.94%
G=26.47%
B=55.59%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal61901890.680.5200.26226.4151.249.02
Hex3D5ABD443401Ae23331
Octal75132275104640323426361
Binary111101101101010111101100010011010001101011100010110011110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3D5ABD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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