#3b49db

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

Shades of Free Speech Blue #3B49DB

Tints of Free Speech Blue #3B49DB

Color information

#3B49DB (or 0x3B49DB) is unknown color: approx Free Speech Blue. HEX triplet: 3B, 49 and DB. RGB value is (59,73,219). Sum of RGB (Red+Green+Blue) = 59+73+219=351 (46% of max value = 765). Red value is 59 (23.44% from 255 or 16.81% from 351); Green value is 73 (28.91% from 255 or 20.80% from 351); Blue value is 219 (85.94% from 255 or 62.39% from 351); Max value from RGB is 219 - color contains mainly: blue. Hex color #3B49DB is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3B49DB is #C4B624. Grayscale: #545454. Windows color (decimal): -12891685 or 14371131. OLE color: 14371131.

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

Color convert

RGB5973219-
CMYK0.730.6700.14
HSL234.75º68.97%54.51%-
HSV(B)234.75º73.06%85.88%-
XYZ16.9710.8168.21-
YUV85.46203.36109.13-

RGB Variations

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

RGB

RED value IS 59 (23.44% from 255) = 16.81%
GREEN value IS 73 (28.91% from 255) = 20.80%
BLUE value IS 219 (85.94% from 255) = 62.39%
R=16.81%
G=20.80%
B=62.39%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal59732190.730.6700.14234.7568.9754.51
Hex3B49DB49430Eeb4537
Octal7311133311110301635310567
Binary1110111001001110110111001001100001101110111010111000101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3b49db

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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