#3D6DC1

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

Shades of Free Speech Blue #3D6DC1

Tints of Free Speech Blue #3D6DC1

Color information

#3D6DC1 (or 0x3D6DC1) is unknown color: approx Free Speech Blue. HEX triplet: 3D, 6D and C1. RGB value is (61,109,193). Sum of RGB (Red+Green+Blue) = 61+109+193=363 (48% of max value = 765). Red value is 61 (24.22% from 255 or 16.80% from 363); Green value is 109 (42.97% from 255 or 30.03% from 363); Blue value is 193 (75.78% from 255 or 53.17% from 363); Max value from RGB is 193 - color contains mainly: blue. Hex color #3D6DC1 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3D6DC1 is #C2923E. Grayscale: #676767. Windows color (decimal): -12751423 or 12676413. OLE color: 12676413.

HSL color Cylindrical-coordinate representation of color #3D6DC1: hue angle of 218.18º degrees, saturation: 0.52, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #3D6DC1 is Cyan = 0.68, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB61109193-
CMYK0.680.4400.24
HSL218.18º51.97%49.8%-
HSV(B)218.18º68.39%75.69%-
XYZ17.0215.7852.6-
YUV104.22178.197.17-

RGB Variations

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

RGB

RED value IS 61 (24.22% from 255) = 16.80%
GREEN value IS 109 (42.97% from 255) = 30.03%
BLUE value IS 193 (75.78% from 255) = 53.17%
R=16.80%
G=30.03%
B=53.17%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal611091930.680.4400.24218.1851.9749.8
Hex3D6DC1442C018da3432
Octal75155301104540303326462
Binary111101110110111000001100010010110001100011011010110100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3D6DC1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(61,109,193); }

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

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

 a { background-color: rgb(61,109,193); }

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

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

 span { border-color: rgb(61,109,193); }

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