#3D6AC6

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

Shades of Free Speech Blue #3D6AC6

Tints of Free Speech Blue #3D6AC6

Color information

#3D6AC6 (or 0x3D6AC6) is unknown color: approx Free Speech Blue. HEX triplet: 3D, 6A and C6. RGB value is (61,106,198). Sum of RGB (Red+Green+Blue) = 61+106+198=365 (48% of max value = 765). Red value is 61 (24.22% from 255 or 16.71% from 365); Green value is 106 (41.80% from 255 or 29.04% from 365); Blue value is 198 (77.73% from 255 or 54.25% from 365); Max value from RGB is 198 - color contains mainly: blue. Hex color #3D6AC6 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3D6AC6 is #C29539. Grayscale: #666666. Windows color (decimal): -12752186 or 13003325. OLE color: 13003325.

HSL color Cylindrical-coordinate representation of color #3D6AC6: hue angle of 220.29º degrees, saturation: 0.55, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #3D6AC6 is Cyan = 0.69, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB61106198-
CMYK0.690.4600.22
HSL220.29º54.58%50.78%-
HSV(B)220.29º69.19%77.65%-
XYZ17.2715.3855.48-
YUV103.03181.5998.02-

RGB Variations

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

RGB

RED value IS 61 (24.22% from 255) = 16.71%
GREEN value IS 106 (41.80% from 255) = 29.04%
BLUE value IS 198 (77.73% from 255) = 54.25%
R=16.71%
G=29.04%
B=54.25%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal611061980.690.4600.22220.2954.5850.78
Hex3D6AC6452E016dc3733
Octal75152306105560263346763
Binary111101110101011000110100010110111001011011011100110111110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3D6AC6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(61,106,198); }

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

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

 a { background-color: rgb(61,106,198); }

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

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

 span { border-color: rgb(61,106,198); }

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