#3d51bf

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

Shades of Free Speech Blue #3D51BF

Tints of Free Speech Blue #3D51BF

Color information

#3D51BF (or 0x3D51BF) is unknown color: approx Free Speech Blue. HEX triplet: 3D, 51 and BF. RGB value is (61,81,191). Sum of RGB (Red+Green+Blue) = 61+81+191=333 (44% of max value = 765). Red value is 61 (24.22% from 255 or 18.32% from 333); Green value is 81 (32.03% from 255 or 24.32% from 333); Blue value is 191 (75% from 255 or 57.36% from 333); Max value from RGB is 191 - color contains mainly: blue. Hex color #3D51BF is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3D51BF is #C2AE40. Grayscale: #575757. Windows color (decimal): -12758593 or 12538173. OLE color: 12538173.

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

Color convert

RGB6181191-
CMYK0.680.5800.25
HSL230.77º51.59%49.41%-
HSV(B)230.77º68.06%74.9%-
XYZ14.2710.6450.59-
YUV87.56186.37109.06-

RGB Variations

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

RGB

RED value IS 61 (24.22% from 255) = 18.32%
GREEN value IS 81 (32.03% from 255) = 24.32%
BLUE value IS 191 (75% from 255) = 57.36%
R=18.32%
G=24.32%
B=57.36%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal61811910.680.5800.25230.7751.5949.41
Hex3D51BF443A019e73431
Octal75121277104720313476461
Binary111101101000110111111100010011101001100111100111110100110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3d51bf

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(61,81,191); }

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

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

 a { background-color: rgb(61,81,191); }

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

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

 span { border-color: rgb(61,81,191); }

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