#3D49D0

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

Shades of Free Speech Blue #3D49D0

Tints of Free Speech Blue #3D49D0

Color information

#3D49D0 (or 0x3D49D0) is unknown color: approx Free Speech Blue. HEX triplet: 3D, 49 and D0. RGB value is (61,73,208). Sum of RGB (Red+Green+Blue) = 61+73+208=342 (45% of max value = 765). Red value is 61 (24.22% from 255 or 17.84% from 342); Green value is 73 (28.91% from 255 or 21.35% from 342); Blue value is 208 (81.64% from 255 or 60.82% from 342); Max value from RGB is 208 - color contains mainly: blue. Hex color #3D49D0 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3D49D0 is #C2B62F. Grayscale: #545454. Windows color (decimal): -12760624 or 13650237. OLE color: 13650237.

HSL color Cylindrical-coordinate representation of color #3D49D0: hue angle of 235.1º degrees, saturation: 0.61, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #3D49D0 is Cyan = 0.71, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB6173208-
CMYK0.710.6500.18
HSL235.1º61%52.75%-
HSV(B)235.1º70.67%81.57%-
XYZ15.6910.3160.84-
YUV84.8197.52111.02-

RGB Variations

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

RGB

RED value IS 61 (24.22% from 255) = 17.84%
GREEN value IS 73 (28.91% from 255) = 21.35%
BLUE value IS 208 (81.64% from 255) = 60.82%
R=17.84%
G=21.35%
B=60.82%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal61732080.710.6500.18235.16152.75
Hex3D49D04741012eb3d35
Octal751113201071010223537565
Binary1111011001001110100001000111100000101001011101011111101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3D49D0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(61,73,208); }

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

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

 a { background-color: rgb(61,73,208); }

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

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

 span { border-color: rgb(61,73,208); }

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