#3D49DB

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

Shades of Free Speech Blue #3D49DB

Tints of Free Speech Blue #3D49DB

Color information

#3D49DB (or 0x3D49DB) is unknown color: approx Free Speech Blue. HEX triplet: 3D, 49 and DB. RGB value is (61,73,219). Sum of RGB (Red+Green+Blue) = 61+73+219=353 (46% of max value = 765). Red value is 61 (24.22% from 255 or 17.28% from 353); Green value is 73 (28.91% from 255 or 20.68% from 353); Blue value is 219 (85.94% from 255 or 62.04% from 353); Max value from RGB is 219 - color contains mainly: blue. Hex color #3D49DB is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3D49DB is #C2B624. Grayscale: #555555. Windows color (decimal): -12760613 or 14371133. OLE color: 14371133.

HSL color Cylindrical-coordinate representation of color #3D49DB: hue angle of 235.44º degrees, saturation: 0.69, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #3D49DB is Cyan = 0.72, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB6173219-
CMYK0.720.6700.14
HSL235.44º68.7%54.9%-
HSV(B)235.44º72.15%85.88%-
XYZ17.0910.8768.22-
YUV86.06203.02110.13-

RGB Variations

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

RGB

RED value IS 61 (24.22% from 255) = 17.28%
GREEN value IS 73 (28.91% from 255) = 20.68%
BLUE value IS 219 (85.94% from 255) = 62.04%
R=17.28%
G=20.68%
B=62.04%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal61732190.720.6700.14235.4468.754.9
Hex3D49DB48430Eeb4537
Octal7511133311010301635310567
Binary1111011001001110110111001000100001101110111010111000101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3D49DB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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